How To Cover the Taskbar with a Window in Visual Basic (197585)
The information in this article applies to:
- Microsoft Visual Basic Learning Edition for Windows 5.0
- Microsoft Visual Basic Learning Edition for Windows 6.0
- Microsoft Visual Basic Professional Edition for Windows 5.0
- Microsoft Visual Basic Professional Edition for Windows 6.0
- Microsoft Visual Basic Enterprise Edition for Windows 5.0
- Microsoft Visual Basic Enterprise Edition for Windows 6.0
- Microsoft Visual Basic Standard Edition, 32-bit, for Windows 4.0
- Microsoft Visual Basic Professional Edition, 32-bit, for Windows 4.0
- Microsoft Visual Basic Enterprise Edition, 32-bit, for Windows 4.0
This article was previously published under Q197585 SUMMARY
The Windows taskbar has an AutoHide property that allows it to hide at the
very edge of the screen, taking up very little space, until the mouse is
positioned directly over it, which causes it reappear at it's normal size.
When you set the AutoHide property, a maximized window covers the entire
screen. If you do not set the AutoHide property, a maximized window covers
the entire screen except for the area occupied by the taskbar.
REFERENCES
For information on how to do this in C/C++, please see the following
article in the Microsoft Knowledge Base:
179363
: How To Cover the Task Bar with a Window
The code in this article can easily be adapted to work with the sample code
found in the following article in the Microsoft Knowledge Base:
161299
: How To Capture and Print the Screen, a Form, or any Window
Modification Type: | Minor | Last Reviewed: | 6/29/2004 |
---|
Keywords: | kbAPI kbhowto KB197585 |
---|
|