patgenn123 Posted June 11, 2008 Posted June 11, 2008 Another noob question I can't find. Please only clues! How I can get a mouse to move to a specific Quick Launch Tray Icon? -Thanks! P
FitzChivalry Posted June 11, 2008 Posted June 11, 2008 The way I've done it is to use the window Info application that comes with autoit to find the pixel color of the button that you want to click, then in your script do a PixelSearch for it and then MouseClick on the button. This is assuming you want to actually click on the button... If you just want to run the program you can use the Run command.
patgenn123 Posted June 11, 2008 Author Posted June 11, 2008 Thanks! But what if it's a regular folder and there are more than one of the Window Style folder? how can I search the folder by name? -P
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