The information in this article applies to:
SUMMARYYou must ensure that applications that use the Windows common controls forward the WM_SYSCOLORCHANGE message to the controls. MORE INFORMATION
Windows 95 and later and Windows NT version 4.0 and later make it very easy
for the user to change the colors of common user interface objects,
therefore it is critical that applications not rely on particular colors
being constant. When the user changes the color settings, Windows sends a
WM_SYSCOLORCHANGE message to all top-level windows. Because this message is
sent only to top level windows, the common controls will not be notified of
the color change unless the application forwards the WM_SYSCOLORCHANGE
message to the control.
Additional query words:
Keywords : kbCtrl kbWinOS2000 kbSDKWin32 kbGrpUser kbWndw kbWndwMsg |
Last Reviewed: February 2, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |