NicoVB Posted July 7, 2003 Posted July 7, 2003 How do you terminate from outside another procedure that is running while you have set Application.DoEvents() ??? Quote Visit http://www.nico.gotdns.com Now ONLINE!
*Experts* Nerseus Posted July 7, 2003 *Experts* Posted July 7, 2003 Have you tried Application.Exit()? It will completely end your application. If this is a game with a DoEvents in a loop, you should provide a cleaner solution. Meaning, when the user chooses to exit, set a variable, maybe bExit, to True. Exit your main loop if the variable is true. -Nerseus Quote "I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.