| View previous topic :: View next topic |
| Author |
Message |
SmeeTheWidgeon Guest
|
Posted: Thu Nov 19, 2009 5:17 am Post subject: Taskbar: hide button, let the window |
|
|
Hi,
I'm searching
I know that for autohotkey GUI it is "+Owner" parameter. But if I want to hide the taskbar button of another normal application like Chrome? I have it disponible all the time on the shortcut so I don't need that Chrome takes the place on the taskbar...
Thanks for any idea,
Edvard |
|
| Back to top |
|
 |
txquestor
Joined: 22 Aug 2009 Posts: 294
|
|
| Back to top |
|
 |
SmeeTheWidgeon Guest
|
Posted: Fri Nov 20, 2009 1:43 pm Post subject: |
|
|
Hi,
thank you for your post!
I fear to not be understood. I read all #NoTrayIcon and WinExist documentation but I can't understand how it could prevent an Opera browser to disappear from taskbar. #NoTrayIcon does not affect any application but the AHK script himself. And it does not affect its taskbar button but the tray icon.
All that I know is
IfWinExist, "Opera"
{
WinHide
}
But I don't want to hide it; only to hide the taskbar button... |
|
| Back to top |
|
 |
txquestor
Joined: 22 Aug 2009 Posts: 294
|
|
| Back to top |
|
 |
|