Article ID: 179363 - Last Review: November 21, 2006 - Revision: 1.3 How To Cover the Task Bar with a Window
This article was previously published under Q179363 SUMMARY
A taskbar automatically hides itself if a program sizes itself to cover the
entire screen.
There is no programmatic way to change the Auto-Hide option (that is left up to the user by design), but if a program takes over the entire screen then it will automatically cover the taskbar. MORE INFORMATION
To cover the taskbar, you must set the size of the full-screen window
explicitly. You cannot just maximize the window. A maximized window takes
up the workspace area, which doesn't include the taskbar.
The following sample code causes the specified window to cover the entire primary monitor and cover all taskbars on the primary monitor. On Windows 2000, the following conditions must also be met for the taskbar to be covered:
| Other Resources Other Support Sites
CommunityArticle Translations |






















Back to the top