termination

shankar

Member
Joined
Dec 14, 2002
Messages
12
Hello,
How do I terminate(exit) from my VB application. I have to come out of my application for certain speciic conditions, display a message to the user and terminate the application.
Thank you,
Shankar.
 
Clean up any loaded objects and call Application.Exit if you have a message loop running.
 
Back
Top