Click here to Skip to main content
15,922,166 members
Home / Discussions / C#
   

C#

 
GeneralRe: Creating a short cut.... Pin
Heath Stewart4-Mar-04 5:56
protectorHeath Stewart4-Mar-04 5:56 
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 
No, it unloads the CLR and quits the application. If you start the command prompt and then run your application, you'll see it doesn't close the command prompt. If you simply execute your console application, a command prompt is started. When your application exits, the command prompt exits as well because it was only started for your console application.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: How to end a program in C# using .NET Pin
Dave Kreskowiak4-Mar-04 5:55
mveDave Kreskowiak4-Mar-04 5:55 
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 

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.