$hravan Posted August 26, 2006 Posted August 26, 2006 hey guys i want to open a program by using autoit hich is minimized to system tray . i am using RUN command to open any other program but if some program is running and minimized to system tray , say googletalk. how can i open it ??? plz tell me some command to access system tray program.....
jdumont Posted August 26, 2006 Posted August 26, 2006 hmmm. autoit revealer does not change when you scroll through the alt+tab windows. I would go something like alt+tab but wait for "active window" until your app is active, then exit. good luck
$hravan Posted August 27, 2006 Author Posted August 27, 2006 hmmm. autoit revealer does not change when you scroll through the alt+tab windows.I would go something like alt+tab but wait for "active window" until your app is active, then exit.good luckthanks 4 the reply....i hope this can solve my problem.....but i can't catch u clearly about active window and alt+tab windows ...... can u plz explain me in detail abt it by writing a small command.....
$hravan Posted August 28, 2006 Author Posted August 28, 2006 thanks 4 the reply....i hope this can solve my problem.....but i can't catch u clearly about active window and alt+tab windows ...... can u plz explain me in detail abt it by writing a small command.....i am actually very much interested in learning this autoit eventhough i had installed it recently.....actually here is my problem....i want to open one of my program which is minimized to system tray by writing a code for it in autoIT , i thought that i can acheive it by sending a set of keyboard inputs through "Send" commandi found that the following combination leads to highlight system tray iconswindows+d+{tab 4}windows+d is to show desktop and {tab 4} is to highlight one of the system tray icons.......but this combination is not working.....so can anyone plzz suggest me how can i acheive this.....
amanda089 Posted August 30, 2006 Posted August 30, 2006 If the application is just minimized then that will work, if it is sent to be an icon next to the clock then you will have to send the message that it needs (I have no idea which one) in order to restore.
Recommended Posts