mod_desolator Posted February 7, 2006 Posted February 7, 2006 Sup ppl? I hope this isn't a repost but how would I use the program to hide a program completely and then restore it with shortcut keys? I know I sound lazy vut thanks in advance -Des
Moderators SmOke_N Posted February 7, 2006 Moderators Posted February 7, 2006 @SW_HIDE / @SW_SHOW Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
mod_desolator Posted February 10, 2006 Author Posted February 10, 2006 Okay cool. I'm curious tho, how would I simulate mouse clicks on icons in the system tray?
MHz Posted February 10, 2006 Posted February 10, 2006 Okay cool. I'm curious tho, how would I simulate mouse clicks on icons in the system tray?A window consists of controls which you can interact with directly, and you want to use a mouseclick? If you want options then use Control*() functionx.....
mod_desolator Posted February 11, 2006 Author Posted February 11, 2006 I'm checking out the options I can use in the Help file and so on but i'm kinda in a rush. I wanna simulate a right mouse click on an icon in the system tray. How would I do that?
D4rk^S0ul Posted February 11, 2006 Posted February 11, 2006 If u know the cords of the tray icon u can use MouseClick("Right", X, Y)
mod_desolator Posted February 11, 2006 Author Posted February 11, 2006 I know, but the co-ordinates for the system tray icon won't always be the same. I wanna do something like focus the mouse cursor on it then do a right click. I can use the co-ordinates for the rest. Can the mouse cursor focus on an icon in the system tray without co-ordinates?
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