Click here to Skip to main content
15,891,725 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I would like to display the image files and some text ..
Actually I would like to make a tool for image-parody..

like that..
1. draw one back-ground image (User selectable)
2. draw some part foreground image
3. draw some text

so, I used cximage for drawing image because of variable-format image
and then for text, I used the CLabel class.

But CLabel not transparent..
if I didn't draw image, CLabel transparent..

Could you give a tip for me?
Posted
Comments
KarstenK 20-Feb-14 3:46am    
Try to draw the background image in the background handler.

http://www.codeproject.com/Articles/2078/Guide-to-WIN32-Paint-for-Intermediates

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