 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
Gosugenji
Joined: 07 May 2008 Posts: 13 Location: In your Internets
|
Posted: Fri May 09, 2008 3:02 am Post subject: Unable to hide docked quick launch from SysTrayWnd |
|
|
I tried,
| Code: |
Control, Hide,, Quick Launch
|
Doesnt hide whatsoever.
Even tried
| Code: |
Control, Hide,, ToolbarWindow322
|
still no luck.. help pls. |
|
| Back to top |
|
 |
Lexikos
Joined: 17 Oct 2006 Posts: 2364 Location: Australia, Qld
|
Posted: Fri May 09, 2008 9:01 am Post subject: |
|
|
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 |
|
 |
BoBo² Guest
|
Posted: Fri May 09, 2008 10:05 am Post subject: |
|
|
Thx Lexikos, this works for me | 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
|
Posted: Sun May 11, 2008 9:14 pm Post subject: Awesome |
|
|
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 |
|
 |
Guest
|
Posted: Mon May 12, 2008 8:42 pm Post subject: |
|
|
| bump? |
|
| Back to top |
|
 |
Guest
|
Posted: Thu May 15, 2008 12:46 am Post subject: |
|
|
| Bump? |
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|