Click here to Skip to main content
15,897,518 members
Home / Discussions / C#
   

C#

 
AnswerRe: Conversion Pin
Talal Sultan8-Aug-07 21:36
Talal Sultan8-Aug-07 21:36 
Questioncan we force dot matrix printer to Start the Printing from the Begining of the next page for every printout ? Pin
help as an alias8-Aug-07 21:11
help as an alias8-Aug-07 21:11 
AnswerRe: can we force dot matrix printer to Start the Printing from the Begining of the next page for every printout ? Pin
Mark Churchill16-Aug-07 15:51
Mark Churchill16-Aug-07 15:51 
GeneralRe: can we force dot matrix printer to Start the Printing from the Begining of the next page for every printout ? Pin
help as an alias16-Aug-07 17:59
help as an alias16-Aug-07 17:59 
QuestionAdding Macro through C# Pin
hirennn8-Aug-07 20:47
hirennn8-Aug-07 20:47 
AnswerRe: Adding Macro through C# Pin
Paul Conrad16-Aug-07 15:54
professionalPaul Conrad16-Aug-07 15:54 
QuestionHow to rum C# Programe? Pin
asprajesh8-Aug-07 20:42
asprajesh8-Aug-07 20:42 
AnswerRe: How to rum C# Programe? Pin
Talal Sultan8-Aug-07 20:59
Talal Sultan8-Aug-07 20:59 
Hi,

If you have Visual Studio, this is the easiest way to program and compile your code. Visual Studio 2003 is for applications in .NET 1.1 and Visual Studio 2.0 is for applications in .NET 2.0. In all cases, you need the proper SDK for the .NET version you want to work with. If you don't have Visual Studio, you can use the tools that come with the SDK to compile your code.

If you want to program in .NET 2.0, you would need the .NET 2.0 SDK that can be found here http://www.microsoft.com/downloads/details.aspx?FamilyID=FE6F2099-B7B4-4F47-A244-C96D69C35DEC&displaylang=en[^].

If you want to program in .NET 1.1, you can find the SDK here http://www.microsoft.com/downloads/details.aspx?FamilyID=9b3a2ca6-3647-4070-9f41-a333c6b9181d&DisplayLang=en[^]

Also, for help on using C#, you can browse MSDN Library here http://msdn2.microsoft.com/en-us/library/default.aspx[^]

Talal

"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."
--Rich Cook

GeneralRe: How to rum C# Programe? Pin
asprajesh8-Aug-07 21:08
asprajesh8-Aug-07 21:08 
QuestionCreate Exchange Server Plug-In or Windows Service in C# Pin
adnanrafiq8-Aug-07 20:36
adnanrafiq8-Aug-07 20:36 
Questionhow to make an expand All functionality for an XML file showing in a web browser Control [modified] Pin
Rocky#8-Aug-07 20:31
Rocky#8-Aug-07 20:31 
QuestionLastIndexOf("") in C# Pin
jayarajmrj8-Aug-07 20:05
jayarajmrj8-Aug-07 20:05 
AnswerRe: LastIndexOf("") in C# Pin
hamid_m8-Aug-07 20:19
hamid_m8-Aug-07 20:19 
AnswerRe: LastIndexOf("") in C# Pin
Vikram A Punathambekar8-Aug-07 21:45
Vikram A Punathambekar8-Aug-07 21:45 
AnswerRe: LastIndexOf("") in C# Pin
Luc Pattyn9-Aug-07 0:57
sitebuilderLuc Pattyn9-Aug-07 0:57 
QuestionWindows Form Pin
sangramkp8-Aug-07 19:37
sangramkp8-Aug-07 19:37 
AnswerRe: Windows Form Pin
Christian Graus8-Aug-07 19:41
protectorChristian Graus8-Aug-07 19:41 
QuestionSwitching between two threads Pin
praveen pandey8-Aug-07 18:48
praveen pandey8-Aug-07 18:48 
AnswerRe: Switching between two threads Pin
Leslie Sanford8-Aug-07 19:41
Leslie Sanford8-Aug-07 19:41 
GeneralRe: Switching between two threads Pin
praveen pandey8-Aug-07 19:55
praveen pandey8-Aug-07 19:55 
GeneralRe: Switching between two threads Pin
Leslie Sanford8-Aug-07 21:41
Leslie Sanford8-Aug-07 21:41 
GeneralRe: Switching between two threads Pin
praveen pandey8-Aug-07 23:51
praveen pandey8-Aug-07 23:51 
QuestionBypass character in textbox Pin
Edwin Syarief8-Aug-07 17:46
Edwin Syarief8-Aug-07 17:46 
AnswerRe: Bypass character in textbox Pin
-BoBo8-Aug-07 17:52
-BoBo8-Aug-07 17:52 
GeneralRe: Bypass character in textbox [modified] Pin
Edwin Syarief8-Aug-07 17:54
Edwin Syarief8-Aug-07 17:54 

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.