ashley Posted October 15, 2007 Posted October 15, 2007 how would i hide the start/task bar at the bottom also how do i stop a script exiting when i press 'ESC' thanks in advance Free icons for your programs
Nahuel Posted October 15, 2007 Posted October 15, 2007 WinSetState("[CLASS:Shell_TrayWnd]","",@SW_HIDE) Sleep(1000) WinSetState("[CLASS:Shell_TrayWnd]","",@SW_SHOW) Opt("GUICloseOnESC",0)
BrettF Posted October 15, 2007 Posted October 15, 2007 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? Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
Nahuel Posted October 15, 2007 Posted October 15, 2007 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.
ashley Posted October 15, 2007 Author Posted October 15, 2007 WinSetState("[CLASS:Shell_TrayWnd]","",@SW_HIDE) Sleep(1000) WinSetState("[CLASS:Shell_TrayWnd]","",@SW_SHOW) Opt("GUICloseOnESC",0) thanks im gona update my shell script now take a look. Free icons for your programs
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