Click here to Skip to main content
15,905,867 members
Home / Discussions / C#
   

C#

 
QuestionHttpWebRequest : get all sub request of a particular URL Pin
Baro25-Mar-08 7:15
Baro25-Mar-08 7:15 
GeneralRe: HttpWebRequest : get all sub request of a particular URL Pin
K.L.K7-Apr-08 14:37
K.L.K7-Apr-08 14:37 
GeneralEnvironment.Exit(); Pin
Harvey Saayman25-Mar-08 6:32
Harvey Saayman25-Mar-08 6:32 
GeneralRe: Environment.Exit(); Pin
J4amieC25-Mar-08 6:47
J4amieC25-Mar-08 6:47 
JokeRe: Environment.Exit(); Pin
Luc Pattyn25-Mar-08 7:50
sitebuilderLuc Pattyn25-Mar-08 7:50 
GeneralRe: Environment.Exit(); Pin
Gareth H25-Mar-08 6:47
Gareth H25-Mar-08 6:47 
GeneralRe: Environment.Exit(); Pin
PIEBALDconsult25-Mar-08 7:29
mvePIEBALDconsult25-Mar-08 7:29 
GeneralRe: Environment.Exit(); Pin
Luc Pattyn25-Mar-08 7:41
sitebuilderLuc Pattyn25-Mar-08 7:41 
Hi,

the exitCode parameter is the value returned to the process that launched your app;
it is the same value good old C/C++ programs could return in their main function.
If you launch from a .bat file you can get its value, and use it to signal a
success/error situation with zero/nonzero.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

This month's tips:
- before you ask a question here, search CodeProject, then Google;
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get;
- use PRE tags to preserve formatting when showing multi-line code snippets.


GeneralRe: Environment.Exit(); Pin
PIEBALDconsult25-Mar-08 9:36
mvePIEBALDconsult25-Mar-08 9:36 
GeneralRe: Environment.Exit(); Pin
Luc Pattyn25-Mar-08 13:54
sitebuilderLuc Pattyn25-Mar-08 13:54 
GeneralRe: Environment.Exit(); Pin
PIEBALDconsult25-Mar-08 14:36
mvePIEBALDconsult25-Mar-08 14:36 
GeneralInvoke Issue Pin
Harvey Saayman25-Mar-08 6:21
Harvey Saayman25-Mar-08 6:21 
GeneralRe: Invoke Issue Pin
Gareth H25-Mar-08 6:44
Gareth H25-Mar-08 6:44 
GeneralRe: Invoke Issue Pin
Bekjong25-Mar-08 6:54
Bekjong25-Mar-08 6:54 
GeneralDataGridView customization Pin
Tony Pottier25-Mar-08 6:01
Tony Pottier25-Mar-08 6:01 
GeneralRe: DataGridView customization Pin
Xmen Real 25-Mar-08 6:31
professional Xmen Real 25-Mar-08 6:31 
GeneralRe: DataGridView customization Pin
Tony Pottier25-Mar-08 6:45
Tony Pottier25-Mar-08 6:45 
GeneralRe: DataGridView customization Pin
Xmen Real 25-Mar-08 6:51
professional Xmen Real 25-Mar-08 6:51 
GeneralRe: DataGridView customization Pin
Tony Pottier25-Mar-08 7:05
Tony Pottier25-Mar-08 7:05 
GeneralRe: DataGridView customization Pin
Xmen Real 25-Mar-08 7:09
professional Xmen Real 25-Mar-08 7:09 
GeneralRe: DataGridView customization Pin
Tony Pottier25-Mar-08 7:22
Tony Pottier25-Mar-08 7:22 
GeneralRe: DataGridView customization Pin
Xmen Real 25-Mar-08 15:28
professional Xmen Real 25-Mar-08 15:28 
Questionhow i can make remote backup server using C# Pin
saiftanoli25-Mar-08 5:51
saiftanoli25-Mar-08 5:51 
AnswerRe: how i can make remote backup server using C# Pin
led mike25-Mar-08 5:55
led mike25-Mar-08 5:55 
QuestionHow to add text in richtextbox from rtf file? Pin
Aravinthan25-Mar-08 5:51
Aravinthan25-Mar-08 5:51 

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.