C#
C# (see section on name, pronunciation) is an object-oriented programming language developed by Microsoft as part of the .NET initiative and later approved as a standard by ECMA (ECMA-334) and ISO (ISO/IEC 23270).
Application
Any
Platform
Any
License
Any
hi,
friends ,,,,
I am working on c# .net windows application ,I am totaly new in c# .Net,I have to use Vedio cutter tool in my application which should support all formats. plzzzzzzzzz help me ,,...
Thank you AsmGuru for the URL you provided.
But the problem is that, where will I place these pieces of Code:
{
this.progressBar1 = new System.WinForms.ProgressBar();
progressBar1.Step=20;
}...
Havent got a single answer
Havent got a single answer
You need a timer for your form:
http://www.c-sharpcorner.com/UploadFile/mahesh/WorkingwithProgressBarinCSharp11302005045625AM/WorkingwithProgressBarinCSharp.aspx
Hi Friends and Programmers!
I am a newbie in the world of C#.NET programming
and development. I am facing a little problem in
the Progress Bar issue in Visual C#.NET 2005. I
have created a...
Hi,
I'm trying to save DataSet to an XML-file, but I can't get it working.
Can you help me, please?
The code is listed below.
When I start the Mobile Editor, I can press the buttons but...
pqr.m at 5.\n\n... Matlab M-code Stack Trace ...\n at\nfile C:\\WINDOWS\\TEMP\\Group 3\\mcrCache7.9\\Untitl3\\Documents and Settings\\Group 3\\Desktop\\pqr.m,name pqr,line at 5.\n\n"...
I'm trying to write a calculator for an exercise but my division sign won't work. Can som1 please help and U can criticize my code as much as you want as long as you point me in the right direction...
I suggest the following general procedure:
1. Collect example images of the expressions to be recognized.
2. Pre-process images (center faces, improve contrast, etc.)
3. Extract relevant...
FileName,GCHandleType::Pinned); //convert object to handle
IntPtr hProc = GetProcAddress(hExe,"CalculateKey");
if(hProc.ToInt32() == 0)
{
MessageBox::Show("Not Found");
}
CalculateKey ^...
Hi Guys,
I need a keypad in C# which works like the mobile keypad.
If i press the key continously with in a specified time i get different characters.
Regards,
Ravi
Hey!
I am just a beginner. I am trying to multiply 2 matrices but the code is not working well.Its not multiplying 1st row with 1st column,1st row with 2nd column, 2nd row with 1st column and 2nd...
I would like to know how it is possible to rotate a bmp.
What I want to do is load an image, rotate it, then draw the rotated image onto an existing graphics g object. I do not want the graphics...
Dears,
Need your help to convert the following code to Dot.net
thanks in advcance
function TsimpleFunctionSet.dsSineWeightedMoveAverage(DataArray: IDataStream;Periods: Integer): TExprData;
var...
Currently the main issue im having is that im calling a function for the length of a list
the syntax i know is "arrayName.Length" to make it go throught the length of the preset array
i need to...
just in the throes of doing an XNA project for college. i don't really know much about game programming, but i think XNA is a good starting point for the general structure of how a game might be...
Hi,
I'm trying to execute a stored procedure on oracle 9i. I'm using .Net OracleClient provider.
Apparently, I can execute the stored procedure, but it always returns null as a result (actually...
Hi
I want to develop a simple 2D platform game for my
project in software practical engineer studies.
The graphics would be in the style of pixel art like those
old skool games under DOS but...
here's a small example for just that
http://blog.another-d-mention.ro/programming/communicate-betwen-c-and-an-embeded-flash-application/