Alexxander Posted September 7, 2013 Share Posted September 7, 2013 hi all is there is a way to detect if win 7 start menu is opened ? so when the start menu is on this state i want to launch try.exe and it must word when the user press start icon with the mouse and when he press WIN Key and when start menu is closed i want it to close try.exe any ideas ? Link to comment Share on other sites More sharing options...
Solution JohnOne Posted September 7, 2013 Solution Share Posted September 7, 2013 While 1 Sleep(100) If WinExists("Start menu", "All Programs") Then Exit MsgBox(0, 0, "This is real basic stuff") EndIf WEnd Alexxander 1 AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
Alexxander Posted September 7, 2013 Author Share Posted September 7, 2013 JohnOne if $answer <> 0 then return "Appreciated" thank you bro ... Link to comment Share on other sites More sharing options...
FireFox Posted September 7, 2013 Share Posted September 7, 2013 (edited) This may be more accurate whatever the language of the OS:[CLASS:DV2ControlHost]Edit: You can detect this yourself using the info tool.Br, FireFox. Edited September 7, 2013 by FireFox Link to comment Share on other sites More sharing options...
JohnOne Posted September 7, 2013 Share Posted September 7, 2013 hibro how can i detect if start menu is not opened ?Not Winexists(...) AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
FireFox Posted September 7, 2013 Share Posted September 7, 2013 lol fail. Link to comment Share on other sites More sharing options...
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