Click here to Skip to main content
15,909,896 members
Home / Discussions / C#
   

C#

 
AnswerRe: how we can pass a string variable to a DLL matlab program Pin
eggie527-May-05 2:50
eggie527-May-05 2:50 
GeneralSocket BeginAccept Pin
AnilChDotNet26-May-05 21:20
AnilChDotNet26-May-05 21:20 
GeneralExcel Cell's Date Problem While reading Pin
ksanju100026-May-05 21:13
ksanju100026-May-05 21:13 
GeneralRe: Excel Cell's Date Problem While reading Pin
Maqsood Ahmed27-May-05 0:57
Maqsood Ahmed27-May-05 0:57 
GeneralException in accessing web service Pin
verma-rahul26-May-05 20:30
verma-rahul26-May-05 20:30 
GeneralProbem with a combobox in winforms datagrid Pin
000000726-May-05 19:05
000000726-May-05 19:05 
Questionwhat software do i need to install to run C# Pin
ken617126-May-05 16:35
ken617126-May-05 16:35 
AnswerRe: what software do i need to install to run C# Pin
Christian Graus26-May-05 16:42
protectorChristian Graus26-May-05 16:42 
You need to install the .NET framework. Also, if you don't have an IDE, you can try Sharp Develop[^], although I would personally recommend buying the student version of Visual Studio, for a myriad of reasons.

However, if you download the .NET framework SDK[^], you will have everything you need to write C# programs in notepad, if you really want to Smile | :)

I should mention that the .NET framework is all people need to RUN your software, but the SDK also gives you the compiler and tools needed to create the files from source code. You get all that installed for you if you buy VS.NET, plus you get the full MSDN library ( more info than you could buy in books for the same price ), and a productivity boosting IDE that will make you far more likely to succeed in learning/using C#.

Christian Graus - Microsoft MVP - C++
GeneralC# DirectX Loading multiple .x files Pin
Rinventive26-May-05 14:52
Rinventive26-May-05 14:52 
GeneralInsert with Parameters Pin
NormBohana26-May-05 14:38
NormBohana26-May-05 14:38 
GeneralRe: Insert with Parameters Pin
Christian Graus26-May-05 14:59
protectorChristian Graus26-May-05 14:59 
QuestionHow to Excelsheet data from c# Pin
srinivasr_sankasani26-May-05 13:53
srinivasr_sankasani26-May-05 13:53 
AnswerRe: How to Excelsheet data from c# Pin
pubududilena26-May-05 20:02
pubududilena26-May-05 20:02 
GeneralPassing parameters from aspx to code behind file. Pin
Phillip H. Blanton26-May-05 13:02
Phillip H. Blanton26-May-05 13:02 
GeneralRe: Passing parameters from aspx to code behind file. Pin
Christian Graus26-May-05 14:23
protectorChristian Graus26-May-05 14:23 
GeneralRe: Passing parameters from aspx to code behind file. Pin
Phillip H. Blanton26-May-05 17:48
Phillip H. Blanton26-May-05 17:48 
GeneralRe: Passing parameters from aspx to code behind file. Pin
Christian Graus27-May-05 2:45
protectorChristian Graus27-May-05 2:45 
GeneralRe: Passing parameters from aspx to code behind file. Pin
Phillip H. Blanton27-May-05 3:23
Phillip H. Blanton27-May-05 3:23 
QuestionHow does one know the Screen Point of a MenuItem when it is drawn using OwnerDrawn true? Pin
Don Ashworth26-May-05 11:35
Don Ashworth26-May-05 11:35 
AnswerRe: How does one know the Screen Point of a MenuItem when it is drawn using OwnerDrawn true? Pin
Marc Clifton26-May-05 15:52
mvaMarc Clifton26-May-05 15:52 
GeneralRe: How does one know the Screen Point of a MenuItem when it is drawn using OwnerDrawn true? Pin
Don Ashworth27-May-05 4:09
Don Ashworth27-May-05 4:09 
GeneralRe: How does one know the Screen Point of a MenuItem when it is drawn using OwnerDrawn true? Pin
Marc Clifton27-May-05 6:20
mvaMarc Clifton27-May-05 6:20 
GeneralRe: How does one know the Screen Point of a MenuItem when it is drawn using OwnerDrawn true? Pin
Don Ashworth27-May-05 7:13
Don Ashworth27-May-05 7:13 
GeneralHandling Bad HTTP server responses Pin
crc102426-May-05 11:26
crc102426-May-05 11:26 
GeneralDataTable's ever changing row index Pin
fuzzlog26-May-05 8:15
fuzzlog26-May-05 8:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.