Guest Ginger Posted August 27, 2004 Posted August 27, 2004 Hi all, I'm new to Autoit, so new in fact I haven't even written a script yet! First I'm hoping somebody can tell me if it will do what I require. I created a program (using MMB) which minimizes to the system tray. I want to be able to run parts of the program (MMB scripts) using assigned hotkeys while it resides in the tray. Can AutoIt help me accomplish this? Thanks, Ginger
this-is-me Posted August 27, 2004 Posted August 27, 2004 If you look at the helpfile, you will find the info you need using the Send command. Who else would I be?
Guest Ginger Posted August 27, 2004 Posted August 27, 2004 If you look at the helpfile, you will find the info you need using the Send command. <{POST_SNAPBACK}>Hi thanks for the reply! Yes I saw this command before. Does this not only work on the "active" window? If my program has been minimized to the system tray it is no longer active. Or am I missing something? Ginger
ezzetabi Posted August 27, 2004 Posted August 27, 2004 Check ControlSend() and other Control commands.
Guest Ginger Posted August 27, 2004 Posted August 27, 2004 Yup, ControlSend should do the trick. It will send to both active and inactive windows! I will try it. Thanks ezzetabi, Ginger
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