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 

Unable to hide docked quick launch from SysTrayWnd

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



Joined: 07 May 2008
Posts: 13
Location: In your Internets

PostPosted: Fri May 09, 2008 3:02 am    Post subject: Unable to hide docked quick launch from SysTrayWnd Reply with quote

I tried,

Code:

Control, Hide,, Quick Launch


Doesnt hide whatsoever.

Even tried
Code:

Control, Hide,, ToolbarWindow322

still no luck.. help pls.
Back to top
View user's profile Send private message
Lexikos



Joined: 17 Oct 2006
Posts: 2364
Location: Australia, Qld

PostPosted: Fri May 09, 2008 9:01 am    Post subject: Reply with quote

You must specify a window if the Last Found Window has not been set. Try this:
Code:
Control, Hide,, Quick Launch, ahk_class Shell_TrayWnd
Back to top
View user's profile Send private message
BoBo²
Guest





PostPosted: Fri May 09, 2008 10:05 am    Post subject: Reply with quote

Thx Lexikos, this works for me Cool
Code:
^h::Control, Hide,, Quick Launch, ahk_class Shell_TrayWnd
^s::Control, Show,, Quick Launch, ahk_class Shell_TrayWnd
Back to top
Gosugenji



Joined: 07 May 2008
Posts: 13
Location: In your Internets

PostPosted: Sun May 11, 2008 9:14 pm    Post subject: Awesome Reply with quote

That works but now i have the expand arrows on the quick launch stuck.

Based off what you guys said i tried..

Code:

Control, Hide,, ReBarWindow321,ahk_class Shell_TrayWnd


but then all my process tabs at the bottom dissapear also...
Back to top
View user's profile Send private message
Guest






PostPosted: Mon May 12, 2008 8:42 pm    Post subject: Reply with quote

bump?
Back to top
Guest






PostPosted: Thu May 15, 2008 12:46 am    Post subject: Reply with quote

Bump?
Back to top
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