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