Search the Community
Showing results for tags 'tray icon'.
-
Hello. How to make GUI restore from tray with slower speed or effect?
-
Like stated above, I have never really attempted to create tray icon menus simply due to the fact I find them annoying (if I want to minimize a program, I will click "minimize", but if I want to close it, I don't want it to minimize to task bar and require me to close it there), but thought I should...
-
is it possible to create a 16x16 gui and use it instead of the tray icon? I have seen http://www.desksoft.com/BWMeter.htm does this, it aloes you you place one of the bandwidth graphics in the tray menu instead of its own icon, I don't know if they have a little gui or use a fancy way to draw an ico...
- 1 reply
-
- gui as tray icon
- tray icon
-
(and 1 more)
Tagged with:
-
Hi all, I have searched this forum and found a function named "Get_Systray_Index()" written by Melba23. It is working very good. It can right click on my particular tray icon. But how can select a particular menu item from it. See the attached image. I have tried Send("K") and Send("k") and Send("{...
-
Hi friends, Is there any way to get the text of hidden items in a system tray and to click on the hidden icon? The following code gets text of all visible items but I want to get the text of the hidden icons too. Please help. Pooja. #include <GuiToolBar.au3> $hSysTray_Handle = ControlGe...