|
-
April 28th, 1999, 04:53 AM
#1
HOW TO change the background when using CDC::TextOut ??
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
-
April 28th, 1999, 06:39 AM
#2
Re: HOW TO change the background when using CDC::TextOut ??
try dc.SetBKColor(GetSysColor(COLOR_...));
(and return BK color back after operation)
-
April 28th, 1999, 07:01 AM
#3
Re: HOW TO change the background when using CDC::TextOut ??
Thanks, it works with COLOR_MENU.
-
April 28th, 1999, 07:06 AM
#4
Re: HOW TO change the background when using CDC::TextOut ??
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|