Click here to Skip to main content
15,920,602 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I managed to change the look and feel of my dialog box.

However the static text that was there before on the dialog box is
appearing within the default dialog grey box. How do I make the text merge with the bitmap or should I discard the text and simply paint these in over the image?

Thanks,
Garyc
Posted

1 solution

You could hold it in the resources
to request its position and text (by ID !=IDC_STATIC),
hide it in OnInitDialog() but draw in OnPaint():)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900