The information in this article applies to:
SYMPTOMS
If your application is sized larger than the available screen size, the
taskbar does not act consistantly with respect to staying in the forground
or dropping to the background when the "Always on Top" setting is on.
RESOLUTIONMake sure when sizing your window to use GetSystemMetrics() with either SM_C[X|Y]MAXIMIZED or SM_C[X|Y]FULLSCREEN as appropriate to get an appropriate size for your window. Do not exceed the size specified by SM_C[X|Y]SCREEN. This is especially important when responding to WM_DISPLAYCHANGE messages. STATUSThis behavior is by design. Additional query words:
Keywords : kbAppToolBar kbNTOS400 kbWinOS2000 kbSDKWin32 kbGrpUser kbWinOS95 kbWinOS98 kbWndw kbWndwProp kbGrpShell |
Last Reviewed: February 1, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |