Is there any way to make the Windows taskbar invisible?
How can I make the taskbar invisible?
if you checked close enough here.. there is a recent post on transbar and tclock.. both can make your taksbar invisible
windowfx
if you use ObjectBar or ObjectDock, they have an option to hide the taskbar completely.
Thanks everyone!
IsWindowVisible() == TRUE ? ShowWindow(FALSE);
Ok, if I understood well: (based on code by SoftAka)
// C
ShowWindow (FindWindow ('Shell_TrayWnd', NULL), SW_HIDE);
// VB
ShowWindow FindWindow ("Shell_TrayWnd", 0), 0
// Delphi
ShowWindow (FindWindow ('Shell_TrayWnd', nil), SW_HIDE);
But I don't understand why SoftAka publishes code, I think MacOS9fan just wants an app like transbar or tclock? ![]()
Aqua-Soft Forums