Wooltown Posted February 26, 2007 Posted February 26, 2007 I don't know if this is the right forum, but the problem is, I want the top Right X, to the right of where the Minimize and Maximize buttons reside to close the program, not the Escape Button. I used the string below to have the "X" activated, can anyone inform me how to make this happen ? GUISetOnEvent($GUI_EVENT_CLOSE, "GUIExit")
Moderators SmOke_N Posted February 26, 2007 Moderators Posted February 26, 2007 I don't know if this is the right forum, but the problem is, I want the top Right X, to the right of where the Minimize and Maximize buttons reside to close the program, not the Escape Button. I used the string below to have the "X" activated, can anyone inform me how to make this happen ? GUISetOnEvent($GUI_EVENT_CLOSE, "GUIExit")Generally ... support questions would go where? Opt('GUICloseOnESC', 0) 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.
Wooltown Posted February 26, 2007 Author Posted February 26, 2007 In another fourm, Yes, after so many posts I should have put it in the right place, sorry.
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