Click here to Skip to main content
15,891,607 members
Home / Discussions / C#
   

C#

 
GeneralAdding control to toolbox Pin
Gary Hyslop4-Mar-04 5:44
Gary Hyslop4-Mar-04 5:44 
GeneralRe: Adding control to toolbox Pin
Heath Stewart4-Mar-04 5:52
protectorHeath Stewart4-Mar-04 5:52 
GeneralRe: Adding control to toolbox Pin
Mazdak4-Mar-04 5:53
Mazdak4-Mar-04 5:53 
QuestionHow to end a program in C# using .NET Pin
Anonymous4-Mar-04 5:25
Anonymous4-Mar-04 5:25 
AnswerRe: How to end a program in C# using .NET Pin
Heath Stewart4-Mar-04 5:26
protectorHeath Stewart4-Mar-04 5:26 
GeneralRe: How to end a program in C# using .NET Pin
Anonymous4-Mar-04 5:34
Anonymous4-Mar-04 5:34 
GeneralRe: How to end a program in C# using .NET Pin
Heath Stewart4-Mar-04 5:51
protectorHeath Stewart4-Mar-04 5:51 
GeneralRe: How to end a program in C# using .NET Pin
Dave Kreskowiak4-Mar-04 5:55
mveDave Kreskowiak4-Mar-04 5:55 
If the program is launched by double-clicking on the .EXE, the Console window will close when the app closes. You can't stop it.

But, if you double click on a shortcut icon that has a target line like this:
cmd /K "C:\full path to.exe"

then the Console will stay open after the user exists the program.


RageInTheMachine9532
GeneralRe: How to end a program in C# using .NET Pin
Anthony_Yio5-Mar-04 23:08
Anthony_Yio5-Mar-04 23:08 
GeneralRe: How to end a program in C# using .NET Pin
Dave Kreskowiak6-Mar-04 5:59
mveDave Kreskowiak6-Mar-04 5:59 
GeneralConfiguring Enterprise Services Pin
Le centriste4-Mar-04 4:59
Le centriste4-Mar-04 4:59 
GeneralRe: Configuring Enterprise Services Pin
Heath Stewart4-Mar-04 5:25
protectorHeath Stewart4-Mar-04 5:25 
GeneralRe: Configuring Enterprise Services Pin
Le centriste4-Mar-04 5:35
Le centriste4-Mar-04 5:35 
GeneralSimulating mouse click Pin
Meysam Mahfouzi3-Mar-04 17:49
Meysam Mahfouzi3-Mar-04 17:49 
GeneralRe: Simulating mouse click Pin
John Fisher4-Mar-04 10:50
John Fisher4-Mar-04 10:50 
GeneralMDI PARENT PROPERTY Pin
ASGill3-Mar-04 17:26
ASGill3-Mar-04 17:26 
GeneralRe: MDI PARENT PROPERTY Pin
Sabyasachi Bose3-Mar-04 18:34
Sabyasachi Bose3-Mar-04 18:34 
GeneralCaching In C# Application Pin
MicSky3-Mar-04 17:04
MicSky3-Mar-04 17:04 
GeneralRe: Caching In C# Application Pin
Dave Kreskowiak3-Mar-04 18:20
mveDave Kreskowiak3-Mar-04 18:20 
GeneralRe: Caching In C# Application Pin
Anonymous3-Mar-04 18:32
Anonymous3-Mar-04 18:32 
GeneralRe: Caching In C# Application Pin
Marcie Jones4-Mar-04 4:09
Marcie Jones4-Mar-04 4:09 
GeneralRe: Caching In C# Application Pin
Dave Kreskowiak4-Mar-04 6:03
mveDave Kreskowiak4-Mar-04 6:03 
GeneralRe: Caching In C# Application Pin
Anonymous7-Mar-04 3:20
Anonymous7-Mar-04 3:20 
QuestionHow do I hide the scrollbar in Panel? Pin
jason_htun3-Mar-04 16:22
jason_htun3-Mar-04 16:22 
AnswerRe: How do I hide the scrollbar in Panel? Pin
Meysam Mahfouzi3-Mar-04 17:02
Meysam Mahfouzi3-Mar-04 17:02 

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.