The information in this article applies to:
SYMPTOMSMany of the sample applications that come with the Windows Software Development Kit (SDK) use a stock object white brush for the window background color. When the system background color is changed through the Control Panel, the backgrounds of these sample applications do not change along with the other applications. RESOLUTIONTo correct this problem, change the value of the hbrBackground field in the WNDCLASS structure from GetStockObject(WHITE_BRUSH) to COLOR_WINDOW+1. The background of each modified sample will change with that of every other Windows-based application. Additional query words: 3.00 3.10
Keywords : kb16bitonly |
Last Reviewed: November 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |