As requested by DTOXX and others:
Show/Hide taskbar docklet
Click it to toggle the visibility of the taskbar.
Download at Dock.....Ex
For those that are interested, here is the code that does it all:
HWND taskbarWindow = FindWindow("Shell_TrayWnd",0);
if(taskbarWindow)
{
ShowWindow(taskbarWindow, IsWindowVisible(taskbarWindow) ? SW_HIDE : SW_SHOWNORMAL);
}Enjoy,
Andreas
Aqua-Soft Forums
