Shutting down application whilst do...loop is running 
Author Message
 Shutting down application whilst do...loop is running

If user tries to quit the application whilst a do...loop is running
then although all the windows are removed from view the application
still seems to be running. If the do...loop is exited after the last
form is removed the application still does not shut down fully.

(a) Why is this happening?

(b) Is there any solution other than sticking "end" at the end of the
form's queryunload.

Thanks

Jonathan



Sat, 11 Mar 2000 03:00:00 GMT  
 Shutting down application whilst do...loop is running

Set each form to nothing before exiting

Domenico


Quote:
> If user tries to quit the application whilst a do...loop is running
> then although all the windows are removed from view the application
> still seems to be running. If the do...loop is exited after the last
> form is removed the application still does not shut down fully.

> (a) Why is this happening?

> (b) Is there any solution other than sticking "end" at the end of the
> form's queryunload.

> Thanks

> Jonathan



Sat, 11 Mar 2000 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Shutting down application whilst do...loop is running

2. Shut down, how to intercept shut down?

3. event when application shuts down

4. Running code when Win98 shuts down

5. Shut down from application

6. How to shut down running app and automatically start a new one

7. Shutting down an application

8. can't shut down my vb application completely

9. Programmatically shut down COM+ application

10. Application won't shut down

11. Shutting down the OS (intentionally) from a VB application

12. Releasing DLL's after application shut down.

 

 
Powered by phpBB® Forum Software