RSS Links

 

Here are all of the RSS links for sections of this site

VB.NET/ASP.NET
 Java
 Unix/Linux
 Windows
 SQL Server

Home arrow VB.NET/ASP.NET arrow How to exit a VB.NET program
How to exit a VB.NET program PDF Print E-mail
Friday, 07 August 2009
To exit a VB program then use the Application.Exit method for forms and System.Environment.Exit(exitCode) for a console application - make sure that you have closed all resources before calling.
Last Updated ( Monday, 19 April 2010 )
 
< Prev   Next >
 
Designed by Graham Robinson Software