| View previous topic :: View next topic |
| Author |
Message |
yoyowazzup Guest
|
Posted: Sun Jun 22, 2008 9:35 am Post subject: hiding trayicon of other programs |
|
|
is it possible to hide the system tray icons of other programs using AHK?
i managed to disable trayicons of programs that have options to not show them also disabled volume icon, device icon by registry key using "Run Command", now i got a program that has no option or dunno how to do with Run command, can any1 help?
thanks and sry for bad ass text  |
|
| Back to top |
|
 |
Krogdor
Joined: 18 Apr 2008 Posts: 1025 Location: The Interwebs
|
|
| Back to top |
|
 |
yoyowazuup Guest
|
Posted: Sun Jun 22, 2008 9:55 am Post subject: |
|
|
i dled those ahk but i get error below when i run either of those
iBitmap = NumGet(btn,
whats wrong? |
|
| Back to top |
|
 |
Z Gecko Guest
|
Posted: Sun Jun 22, 2008 10:03 am Post subject: |
|
|
TrayIcon.ahk from the download-link works flawless here!
What error you get with what script?
BTW: Do you have the newest ahk-version? |
|
| Back to top |
|
 |
yoyowazzup Guest
|
Posted: Sun Jun 22, 2008 10:20 am Post subject: |
|
|
| my ahk was like a year old so i uninstalled and installed new version from download link but now all the .ahk files are corrupted... how can i fix this please>.<? |
|
| Back to top |
|
 |
yoyowazzup Guest
|
Posted: Sun Jun 22, 2008 10:21 am Post subject: |
|
|
actually.. they are working.. but have no icons anymore its like system icon and doesnt show in task tray
whats wrong? |
|
| Back to top |
|
 |
yoyoyowazyp Guest
|
Posted: Sun Jun 22, 2008 10:32 am Post subject: |
|
|
| mm sry got it fixed..that was gay, anyway after getting infos of window class by those ahk, what to do to hide task icons? thanks |
|
| Back to top |
|
 |
Z Gecko Guest
|
Posted: Sun Jun 22, 2008 11:07 am Post subject: |
|
|
You use HideTrayIcon(idn, True/False)
like itīs explained in Seans post. |
|
| Back to top |
|
 |
yooyoawzzup Guest
|
Posted: Sun Jun 22, 2008 11:10 am Post subject: |
|
|
| Code: | | HideTrayIcon(2, True) |
this didnt work, it says call to nonexist function? |
|
| Back to top |
|
 |
Guest
|
Posted: Sun Jun 22, 2008 12:20 pm Post subject: |
|
|
| can u helpg |
|
| Back to top |
|
 |
Z Gecko Guest
|
Posted: Sun Jun 22, 2008 1:14 pm Post subject: |
|
|
The funtions are in the TrayIcon.ahk-file,
you need to incorporate them in your script, of course. |
|
| Back to top |
|
 |
yooywazuP Guest
|
Posted: Sun Jun 22, 2008 3:01 pm Post subject: |
|
|
could you please elaborate on that  |
|
| Back to top |
|
 |
Z Gecko Guest
|
Posted: Sun Jun 22, 2008 3:03 pm Post subject: |
|
|
| Do you know, what a function is? |
|
| Back to top |
|
 |
yoyowazzup Guest
|
Posted: Sun Jun 22, 2008 3:08 pm Post subject: |
|
|
not really i have touched basics, most of them, gui and math commands and such
im still a learner  |
|
| Back to top |
|
 |
Z Gecko Guest
|
|
| Back to top |
|
 |
|