Click here to Skip to main content
16,010,022 members
Home / Discussions / C#
   

C#

 
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 
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 
Hi George,

A lot of applications don't need Application.Exit(), even Windows Forms applications
can do without if one wants them to only terminate when the main form gets closed.

Service means no forms, means no Application.Exit().

I trust you are aware of Environment.Exit()?

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: 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 
GeneralRe: Application.Exit Pin
PIEBALDconsult27-Apr-08 4:18
mvePIEBALDconsult27-Apr-08 4:18 
GeneralRe: Application.Exit Pin
George_George27-Apr-08 4:24
George_George27-Apr-08 4:24 
GeneralEdit and continue feature Pin
George_George26-Apr-08 22:06
George_George26-Apr-08 22:06 
GeneralRe: Edit and continue feature Pin
Urs Enzler26-Apr-08 22:42
Urs Enzler26-Apr-08 22:42 
GeneralRe: Edit and continue feature Pin
George_George26-Apr-08 22:49
George_George26-Apr-08 22:49 
GeneralRe: Edit and continue feature Pin
Anthony Mushrow27-Apr-08 0:37
professionalAnthony Mushrow27-Apr-08 0:37 

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.