Microsoft KB Archive/71146

From BetaArchive Wiki

PRB: SDK Sample Applications Use Incorrect Background Brush

Q71146



The information in this article applies to:


  • Microsoft Windows Software Development Kit (SDK) versions 3.0, 3.1





SYMPTOMS

Many 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.



RESOLUTION

To 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
Issue type :
Technology : kbAudDeveloper kbWin3xSearch kbSDKSearch kbWinSDKSearch kbWinSDK300 kbWinSDK310


Last Reviewed: November 5, 1999
© 2001 Microsoft Corporation. All rights reserved. Terms of Use.