Question:
If a user closes an application via the control box at the top LH side of a window, I would like to offer the user 3 choices:
- They can save the current state of their application.
- They can close the application.
- They can cancel the close and return to their application.
Answer:
You’re correct…the events are in the Form_Unload event, but they are first in the QueryUnload event. In the QueryUnload event, you can use the Cancel parameter to stop the action. In fact, the QueryUnload event will be triggered if the user tries to shut the application down by exiting windows. Setting the Cancel property will actually stop Windows from exiting.
Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.























