Click here to Skip to main content
15,924,036 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to get cpu temp c# .NET Pin
Anthony Mushrow27-Apr-08 3:15
professionalAnthony Mushrow27-Apr-08 3:15 
QuestionRe: How to get cpu temp c# .NET Pin
kennet197427-Apr-08 4:15
kennet197427-Apr-08 4:15 
GeneralRe: How to get cpu temp c# .NET Pin
Christian Graus27-Apr-08 11:43
protectorChristian Graus27-Apr-08 11:43 
QuestionProcess information in C# Pin
I'm a member...27-Apr-08 0:48
I'm a member...27-Apr-08 0:48 
GeneralRe: Process information in C# Pin
Anthony Mushrow27-Apr-08 1:48
professionalAnthony Mushrow27-Apr-08 1:48 
GeneralRe: Process information in C# Pin
I'm a member...27-Apr-08 20:43
I'm a member...27-Apr-08 20:43 
GeneralApplication.Exit Pin
George_George26-Apr-08 22:18
George_George26-Apr-08 22:18 
GeneralRe: Application.Exit Pin
Urs Enzler26-Apr-08 22:38
Urs Enzler26-Apr-08 22:38 
Hi George

Application.Exit stops th emessage loop and closes all windows. Therefore it is not useful in console applications.

Note that Application.Exit does not end the application, it just causes that the Application.Run (normally in Main) returns.

See this link to MSDN:
http://msdn2.microsoft.com/en-us/library/system.windows.forms.application.exit(VS.71).aspx[^]

Urs

-^-^-^-^-^-^-^-
no risk no funk

GeneralRe: Application.Exit Pin
George_George26-Apr-08 22:47
George_George26-Apr-08 22:47 
GeneralRe: Application.Exit Pin
Urs Enzler26-Apr-08 22:55
Urs Enzler26-Apr-08 22:55 
GeneralRe: Application.Exit Pin
George_George26-Apr-08 22:58
George_George26-Apr-08 22:58 
GeneralRe: Application.Exit Pin
MarkB77726-Apr-08 23:41
MarkB77726-Apr-08 23:41 
GeneralRe: Application.Exit Pin
George_George26-Apr-08 23:45
George_George26-Apr-08 23:45 
GeneralRe: Application.Exit Pin
Luc Pattyn27-Apr-08 0:35
sitebuilderLuc Pattyn27-Apr-08 0:35 
GeneralRe: Application.Exit Pin
George_George27-Apr-08 1:44
George_George27-Apr-08 1:44 
GeneralRe: Application.Exit Pin
Luc Pattyn27-Apr-08 4:45
sitebuilderLuc Pattyn27-Apr-08 4:45 
GeneralRe: Application.Exit Pin
George_George27-Apr-08 17:17
George_George27-Apr-08 17:17 
GeneralRe: Application.Exit Pin
Luc Pattyn27-Apr-08 20:22
sitebuilderLuc Pattyn27-Apr-08 20:22 
GeneralRe: Application.Exit Pin
George_George27-Apr-08 20:38
George_George27-Apr-08 20:38 
GeneralRe: Application.Exit Pin
Luc Pattyn27-Apr-08 23:42
sitebuilderLuc Pattyn27-Apr-08 23:42 
GeneralRe: Application.Exit Pin
George_George28-Apr-08 1:23
George_George28-Apr-08 1:23 
GeneralRe: Application.Exit Pin
Luc Pattyn28-Apr-08 2:28
sitebuilderLuc Pattyn28-Apr-08 2:28 
GeneralRe: Application.Exit Pin
George_George28-Apr-08 3:52
George_George28-Apr-08 3:52 
GeneralRe: Application.Exit Pin
Luc Pattyn28-Apr-08 4:26
sitebuilderLuc Pattyn28-Apr-08 4:26 
GeneralRe: Application.Exit Pin
George_George28-Apr-08 4:47
George_George28-Apr-08 4:47 

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.