controlling_20the_20windows_20taskbar
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
controlling_20the_20windows_20taskbar [2018/03/31 13:19] – external edit 127.0.0.1 | controlling_20the_20windows_20taskbar [2024/01/05 00:22] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
=====Controlling the Windows taskbar===== | =====Controlling the Windows taskbar===== | ||
- | //by Richard Russell, August 2007//\\ \\ The code listed in this article allows you to control various aspects of the Windows taskbar, in particular to hide and show the **deskband**, | + | //by Richard Russell, August 2007//\\ \\ The code listed in this article allows you to control various aspects of the Windows taskbar, in particular to hide and show the **deskband**, |
+ | |||
+ | <code bb4w> | ||
SYS " | SYS " | ||
SYS " | SYS " | ||
- | To show the taskbar:\\ | + | </ |
+ | |||
+ | To show the taskbar: | ||
+ | |||
+ | <code bb4w> | ||
SYS " | SYS " | ||
SYS " | SYS " | ||
- | To hide the deskband:\\ | + | </ |
+ | |||
+ | To hide the deskband: | ||
+ | |||
+ | <code bb4w> | ||
WMTRAY_TOGGLEQL = &4ED | WMTRAY_TOGGLEQL = &4ED | ||
SYS " | SYS " | ||
SYS " | SYS " | ||
- | To show the deskband:\\ | + | </ |
+ | |||
+ | To show the deskband: | ||
+ | |||
+ | <code bb4w> | ||
WMTRAY_TOGGLEQL = &4ED | WMTRAY_TOGGLEQL = &4ED | ||
SYS " | SYS " | ||
SYS " | SYS " | ||
- | To hide the notification icons:\\ | + | </ |
+ | |||
+ | To hide the notification icons: | ||
+ | |||
+ | <code bb4w> | ||
SYS " | SYS " | ||
SYS " | SYS " | ||
SYS " | SYS " | ||
SYS " | SYS " | ||
- | To show the notification icons:\\ | + | </ |
+ | |||
+ | To show the notification icons: | ||
+ | |||
+ | <code bb4w> | ||
SYS " | SYS " | ||
SYS " | SYS " | ||
SYS " | SYS " | ||
SYS " | SYS " | ||
- | To hide the clock:\\ | + | </ |
+ | |||
+ | To hide the clock: | ||
+ | |||
+ | <code bb4w> | ||
SYS " | SYS " | ||
SYS " | SYS " | ||
SYS " | SYS " | ||
SYS " | SYS " | ||
- | To show the clock:\\ | + | </ |
+ | |||
+ | To show the clock: | ||
+ | |||
+ | <code bb4w> | ||
SYS " | SYS " | ||
SYS " | SYS " | ||
SYS " | SYS " | ||
SYS " | SYS " | ||
+ | </ | ||
+ | |||
Note that this code isn't guaranteed to work in all circumstances and on all versions of Windows. In particular some applications are believed to force the notification icons to display even if you have hidden them. You should check that the code meets your specific requirements before using it. | Note that this code isn't guaranteed to work in all circumstances and on all versions of Windows. In particular some applications are believed to force the notification icons to display even if you have hidden them. You should check that the code meets your specific requirements before using it. |
controlling_20the_20windows_20taskbar.1522502350.txt.gz · Last modified: 2024/01/05 00:18 (external edit)