Susan Harkins
ssharkins at bellsouth.net
Sat Jul 10 13:37:01 CDT 2004
The user can still close the application at any time -- the user isn't forced to use the form to close. I can disable the Exit command on the File menu -- but can't figure out how to inhibit the Close button on the application's title bar. I'm pretty sure I've done so before, but dang if I can remember how. :( Susan H. The only way I know of is to load a form, and in the form's Close event check a boolean. Cancel the close if the boolean is not set. Have a button set the boolean and close the app.