Jump to content

Detect if start menu is opened


Go to solution Solved by JohnOne,

Recommended Posts

hi all

is there is a way to detect if win 7 start menu is opened ?

start.png

 

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

  • Solution

While 1
    Sleep(100)
    If WinExists("Start menu", "All Programs") Then
        Exit MsgBox(0, 0, "This is real basic stuff")
    EndIf
WEnd

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

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...