AutoHotkey Community

It is currently May 27th, 2012, 10:43 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 32 posts ]  Go to page Previous  1, 2, 3
Author Message
 Post subject:
PostPosted: January 1st, 2012, 11:39 pm 
This is probably the simplest and the most usefull of the code, since it's actually toggling the autohide and not just trying to erase the taskbar.

You just forgot the "exit" argument at the end of the script.

Code:
;Open Taskbar properties, toggle autohide taskbar, apply and close window
;------------------------------------------------------------------------
#!t::
Run, RunDLL32.EXE shell32.dll`,Options_RunDLL 1
WinWait, Taskbar and Start Menu Properties
Send, ua{ESC}
exit






Gav_Oracle wrote:
Forget the above post, I've fixed it!

Re-read Tonne's post and noticed the comment about starting on the line below, moved it down so it now looks like this:

Code:
;Open Taskbar properties, toggle autohide taskbar, apply and close window
;------------------------------------------------------------------------
#!t::
Run, RunDLL32.EXE shell32.dll`,Options_RunDLL 1
WinWait, Taskbar and Start Menu Properties
Send, ua{ESC}


Can't believe that's all that was wrong!

Thanks again Tonne!


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 2nd, 2012, 12:17 am 
Image


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 32 posts ]  Go to page Previous  1, 2, 3

All times are UTC [ DST ]


Who is online

Users browsing this forum: BrandonHotkey, chaosad, specter333, Yahoo [Bot] and 59 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group