Jump to content

Recommended Posts

Posted

WinSetState("[CLASS:Shell_TrayWnd]","",@SW_HIDE)
Sleep(1000)
WinSetState("[CLASS:Shell_TrayWnd]","",@SW_SHOW)

Opt("GUICloseOnESC",0)
Posted
Posted

stop a script exiting when you press esc? Would the script have already had the message to exit? Place a timer in the OnAutoItExit func?

Yeah, I thought that too. But then I remembered she(he?) was working on that shell thingy, so she needs the $GUI_EVENT_CLOSE message not to be sent when she presses ESC.

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
  • Recently Browsing   0 members

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