Guest rathore Posted March 26, 2004 Posted March 26, 2004 As there is an option to block the ability to exit a script from try, i tried to see whether its possible to just block pausing, exit being still possible from tray. just for kicks I'd done this: MsgBox(0,"Title",ControlCommand ( "", "Script &Paused", "AutoIt v3", "Isenabled","" )) MsgBox(0,"Title",ControlDisable ( "", "Script &Paused", "AutoIt v3")) the control is found but can't b disabled.
ezzetabi Posted March 26, 2004 Posted March 26, 2004 ... The best way is probably disable the tray icon and let the user escape via hotkey...
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