all groups > c# > february 2007 >
You're in the

c#

group:

application quit


RE: application quit RobKinney1
2/7/2007 1:23:25 PM
c#:
Mark,

If in a visual environment, use this.Close().

If in a Console environment, you can use Environment.Exit(0).

Rob

[quoted text, click to view]
application quit Mark
2/7/2007 8:52:09 PM
its there a application quit method to exit the application example
thanks
Mark

Re: application quit j1mb0jay
2/7/2007 10:14:41 PM
From the main program class Application.Exit()

--
Regards JJ (UWA)


[quoted text, click to view]
Re: application quit Mark
2/7/2007 11:38:33 PM
Thanks
mark

[quoted text, click to view]

AddThis Social Bookmark Button