Popup to prevent accidental DF closure


Recommended Posts

You can prevent your users from closing DF through the Windows Menu by using -

System.HideSystemMenu()

Then create a "Close" button that forces a page pop-up alerting the user they are about the close the system and have 2 buttons, "Yes" or "No" with no closing the new pop-up, and yes calling System.Quit().

Hope this can help! :)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.