$hravan Posted August 27, 2006 Share Posted August 27, 2006 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" command i found that the following combination leads to highlight system tray icons windows+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..... Link to comment Share on other sites More sharing options...
Daniel W. Posted August 27, 2006 Share Posted August 27, 2006 You should get more support if you post this in Support Forum --------------------------------------------------------------------------------------------------------------------------------Scripts : _Encrypt UDF_UniquePCCode UDF MS like calculatorInstall programm *UPDATED* --------------------------------------------------------------------------------------------------------------------------------[quote name='Helge' post='213117' date='Jul 26 2006, 10:22 AM']Have you ever tried surfing the internet with a milk-carton ?This is similar to what you're trying to do.[/quote] Link to comment Share on other sites More sharing options...
mr_unreliable Posted September 5, 2006 Share Posted September 5, 2006 hi haravan,A minor point, but I am assuming that you wish to minimize your appto the TASKBAR, rather than the systray.I suggest that you use the show window minimize constant when youshow your main window. Private Const SW_SHOWMINIMIZED = 2Otherwise, if you really meant the systray (all those icons) there isother code to use. I suggest reading Steve McMahon's "Add yourapp to the systray the easy way".http://www.vbaccelerator.com/home/VB/Code/...Way/article.aspcheers, jw Link to comment Share on other sites More sharing options...
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