AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Taskbar: hide button, let the window

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
SmeeTheWidgeon
Guest





PostPosted: Thu Nov 19, 2009 5:17 am    Post subject: Taskbar: hide button, let the window Reply with quote

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

PostPosted: Thu Nov 19, 2009 10:46 pm    Post subject: Reply with quote

Use #NoTrayIcon and WinExist
http://www.autohotkey.com/docs/commands/_NoTrayIcon.htm
http://www.autohotkey.com/docs/commands/IfWinExist.htm
_________________

"Man's quest for knowledge is an expanding series whose limit is infinity"
Back to top
View user's profile Send private message
SmeeTheWidgeon
Guest





PostPosted: Fri Nov 20, 2009 1:43 pm    Post subject: Reply with quote

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

PostPosted: Sat Nov 21, 2009 12:15 am    Post subject: Reply with quote

Here's a script someone already wrote.
http://www.autohotkey.com/forum/topic45055.html

Here is an advanced Hide Tray Icon
http://www.autohotkey.com/forum/topic17314.html
_________________

"Man's quest for knowledge is an expanding series whose limit is infinity"
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group