Hi,
When I use CDC::TextOut on my dialog box, the text is written correctly, put there is always a white background !! I would like to have the system background.
Could you help me with that ?
Thans for your help.
Anonymous
Printable View
Hi,
When I use CDC::TextOut on my dialog box, the text is written correctly, put there is always a white background !! I would like to have the system background.
Could you help me with that ?
Thans for your help.
Anonymous
try dc.SetBKColor(GetSysColor(COLOR_...));
(and return BK color back after operation)
Thanks, it works with COLOR_MENU.
why not COLOR_WINDOW?