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

C#

 
AnswerRe: Text Editor Pin
Christian Graus25-Jun-07 22:57
protectorChristian Graus25-Jun-07 22:57 
Questioncommand line arguments Pin
Maddie from Dartford25-Jun-07 21:47
Maddie from Dartford25-Jun-07 21:47 
AnswerRe: command line arguments Pin
originSH25-Jun-07 22:06
originSH25-Jun-07 22:06 
GeneralRe: command line arguments Pin
Maddie from Dartford25-Jun-07 23:31
Maddie from Dartford25-Jun-07 23:31 
GeneralRe: command line arguments Pin
Christian Graus25-Jun-07 23:38
protectorChristian Graus25-Jun-07 23:38 
GeneralRe: command line arguments Pin
Giorgi Dalakishvili25-Jun-07 23:49
mentorGiorgi Dalakishvili25-Jun-07 23:49 
AnswerRe: command line arguments Pin
Christian Graus25-Jun-07 23:37
protectorChristian Graus25-Jun-07 23:37 
AnswerRe: command line arguments Pin
atulonweb@hotmail.com26-Jun-07 2:23
atulonweb@hotmail.com26-Jun-07 2:23 
I think you are talking about console application in c#

if u look at your main method

static void Main(string[] args)
{
//
// TODO: Add code to start application here
//
/// Added next line to print input on console

Console.WriteLine(args[0]);
}

it accepts array of string, this is area where u can pass values

e.g myapplication.exe parameter





Atul kumar
QuestionExcel Sheet Pin
hosam Taji25-Jun-07 21:16
hosam Taji25-Jun-07 21:16 
AnswerRe: Excel Sheet Pin
Urs Enzler25-Jun-07 21:21
Urs Enzler25-Jun-07 21:21 
QuestionDebugging Problem Pin
korsosjosi25-Jun-07 21:04
korsosjosi25-Jun-07 21:04 
AnswerRe: Debugging Problem Pin
Luc Pattyn26-Jun-07 1:15
sitebuilderLuc Pattyn26-Jun-07 1:15 
AnswerRe: Debugging Problem Pin
leppie26-Jun-07 2:32
leppie26-Jun-07 2:32 
GeneralRe: Debugging Problem Pin
korsosjosi26-Jun-07 3:12
korsosjosi26-Jun-07 3:12 
QuestionHow to implement a syntax checker using C# ? Pin
I.explore.code25-Jun-07 20:37
I.explore.code25-Jun-07 20:37 
AnswerRe: How to implement a syntax checker using C# ? Pin
Christian Graus25-Jun-07 23:40
protectorChristian Graus25-Jun-07 23:40 
AnswerRe: How to implement a syntax checker using C# ? Pin
Rudolf Jan26-Jun-07 0:11
Rudolf Jan26-Jun-07 0:11 
AnswerRe: How to implement a syntax checker using C# ? Pin
Vasudevan Deepak Kumar26-Jun-07 1:30
Vasudevan Deepak Kumar26-Jun-07 1:30 
AnswerRe: How to implement a syntax checker using C# ? Pin
Pete O'Hanlon26-Jun-07 1:58
mvePete O'Hanlon26-Jun-07 1:58 
AnswerRe: How to implement a syntax checker using C# ? Pin
leppie26-Jun-07 2:12
leppie26-Jun-07 2:12 
AnswerRe: How to define DATATABLE in VC# Pin
Manas Bhardwaj25-Jun-07 20:46
professionalManas Bhardwaj25-Jun-07 20:46 
GeneralRe: How to define DATATABLE in VC# Pin
I.explore.code25-Jun-07 21:19
I.explore.code25-Jun-07 21:19 
GeneralRe: How to define DATATABLE in VC# Pin
Brady Kelly25-Jun-07 21:03
Brady Kelly25-Jun-07 21:03 
Questionmy data is not converted into string Pin
srinivassam25-Jun-07 20:06
srinivassam25-Jun-07 20:06 
AnswerRe: my data is not converted into string Pin
Vikram A Punathambekar25-Jun-07 20:17
Vikram A Punathambekar25-Jun-07 20:17 

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.