daveed Posted September 8, 2007 Posted September 8, 2007 How do you prompt a msgbox before exiting the application like "Close Application" Yes - No
Moderators SmOke_N Posted September 8, 2007 Moderators Posted September 8, 2007 $myGUI = GUICreate("MYGUI", 200, 80) GUISetState() While 1 Switch GUIGetMsg() Case -3 If MsgBox(36, "Exit?", "Are you sure you want to exit?") = 6 Then Exit EndSwitch WEnd Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now