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 

HIDING/UNHIDING TASKBAR

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



Joined: 24 Feb 2005
Posts: 233

PostPosted: Fri Feb 25, 2005 1:35 am    Post subject: HIDING/UNHIDING TASKBAR Reply with quote

hi...
i want to hide the taskbar... and then unhide it.. so i tried this command:


"WinHide, Shell_TrayWnd"

And Also:

"WinActivate, Shell_TrayWnd
Send, !{esc}
WinHide, Shell_TrayWnd"


but its not working.... help me please
Back to top
View user's profile Send private message Send e-mail MSN Messenger
Serenity



Joined: 08 Nov 2004
Posts: 892

PostPosted: Fri Feb 25, 2005 1:41 am    Post subject: Reply with quote

You need to use ahk_class before if your using the window class name, like so:

Code:
WinHide, ahk_class Shell_TrayWnd

_________________
"Anything worth doing is worth doing slowly." - Mae West
Back to top
View user's profile Send private message Visit poster's website
sosaited



Joined: 24 Feb 2005
Posts: 233

PostPosted: Fri Feb 25, 2005 1:47 am    Post subject: Reply with quote

thanks... it worked... and now to unhide it ? Laughing

i tried "WinActivate, ahk_class Shell_TrayWnd
WinShow, ahk_Class Shell_TrayWnd

but not working
Back to top
View user's profile Send private message Send e-mail MSN Messenger
Serenity



Joined: 08 Nov 2004
Posts: 892

PostPosted: Fri Feb 25, 2005 1:51 am    Post subject: Reply with quote

You'll need to add DetectHiddenWindows, On to that, like this (ps. using the code tags makes things easier to read):

Code:
DetectHiddenWindows, On
WinShow, ahk_Class Shell_TrayWnd

_________________
"Anything worth doing is worth doing slowly." - Mae West
Back to top
View user's profile Send private message Visit poster's website
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