Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

text's background

Status
Not open for further replies.

DeCoDeR

Programmer
Jun 4, 2002
37
US
hi i create a window from main function with the wndclass's background as wcl.hbrBackground= (HBRUSH)GetStockObject(WHITE_BRUSH);
now when i try to add a text at wm_create message with createwindow("static") and set the text wirh setwindowtext, the background of the text is gray not white.
how can i solve this problem ?
thanx in advance

Read between the lines
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top