yogi
Joined: 02 Sep 2007 Posts: 7 Location: urban india = hell
|
Posted: Tue Sep 04, 2007 9:20 am Post subject: toggling systray bar (hide+resize) |
|
|
I tried both of these ways, but it only hides the tray, but the width of the tray stays the same.
I would like to both hide the tray plus set its size to zero.
| Code: | Control, Hide,,ToolbarWindow321, ahk_class Shell_TrayWnd
sleep, 5000
Control, Show,,ToolbarWindow321, ahk_class Shell_TrayWnd
ControlGetPos ,,, Width,, ToolbarWindow321, ahk_class Shell_TrayWnd
ControlMove, ToolbarWindow321,,,1,,ahk_class Shell_TrayWnd
sleep, 5000
ControlMove, ToolbarWindow321,,,Width,,ahk_class Shell_TrayWnd |
Is it possible to achieve this?
Please help!  |
|