application quit

  • Thread starter Thread starter Mark
  • Start date Start date
M

Mark

its there a application quit method to exit the application example
thanks
Mark
 
Mark,

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

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

Rob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top