Jump to content

ESC closes window, but I only want the X to do so.


Wooltown
 Share

Recommended Posts

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")
Link to comment
Share on other sites

  • Moderators

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.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...