PRB: SDK Sample Applications Use Incorrect Background Brush

ID: 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
Version : WINDOWS:3.0,3.1
Platform : WINDOWS
Issue type :


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