How do I code a menu Exit to exit 
Author Message
 How do I code a menu Exit to exit

If it's a form-based app, unload all forms, or the main form.  try not to
use the End statement since it stops the application abruptly, withiout
giving application level objects, etc, run OnTerminate or other cleanup
code.


Sat, 08 Dec 2001 03:00:00 GMT  
 How do I code a menu Exit to exit
How do I code a menu exit to exit the program?


Sun, 09 Dec 2001 03:00:00 GMT  
 How do I code a menu Exit to exit
Try Form_Queryunload

Pleroma007 heeft geschreven in bericht

Quote:
>How do I code a menu exit to exit the program?



Sun, 09 Dec 2001 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Can VB return exit code on program termination as exit(X) in C

2. Exit For or Exit Do (with press one key)

3. Exit For or Exit Do

4. Calling a Function on App Exit - No matter which method is used to exit

5. While Doing Loop Goto Exit and Do Wend

6. How: end code (something like exit code in C)

7. menu password Exit

8. Removing system menu and close button to prevent Exit from Word

9. Trapping Exit menu button

10. Trapping exit menu

11. Adding Alt-F4 to Exit menu item

12. MENU: Prevent exit due to mouse click

 

 
Powered by phpBB® Forum Software