Here are all of the RSS links for sections of this site
VB.NET/ASP.NET Java Unix/Linux Windows SQL Server
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.