Transparent Bitmap Buttons 
Author Message
 Transparent Bitmap Buttons

Hey, I noticed that W2000 is using a different background color for dialogs
and my bitmap buttons don't match.  Is there a way to make them transparent
so they pick show the dialog background color?  I didn't see a transparent
color in the palette of the bitmap editor in VC?

Mark Henri



Mon, 28 Jul 2003 01:57:54 GMT  
 Transparent Bitmap Buttons
Can you set the background mode to be transparent?

pDC->SetBkMode(TRANSPARENT);

Quote:
-----Original Message-----
Hey, I noticed that W2000 is using a different background color for dialogs
and my bitmap buttons don't match.  Is there a way to make them transparent
so they pick show the dialog background color?  I didn't see a transparent
color in the palette of the bitmap editor in VC?

Mark Henri

.



Mon, 28 Jul 2003 02:34:38 GMT  
 Transparent Bitmap Buttons
I don't use CBitmapButton, instead I have my own bitmap button class.
In this class, I load the bitmap telling it to map the first pixel
(top left corner) to the standard color, which gives the illusion of
transparency. If you want to check it out, see my Better Bitmap Button
download on my MVP Tips site.
                        joe



Quote:
>Hey, I noticed that W2000 is using a different background color for dialogs
>and my bitmap buttons don't match.  Is there a way to make them transparent
>so they pick show the dialog background color?  I didn't see a transparent
>color in the palette of the bitmap editor in VC?

>Mark Henri

Joseph M. Newcomer [MVP]

Web: http://www3.pgh.net/~newcomer
MVP Tips: http://www3.pgh.net/~newcomer/mvp_tips.htm


Mon, 28 Jul 2003 04:38:55 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. How to implement TRANSPARENT Bitmap Buttons

2. How to display Transparent Bitmap Button?

3. Transparent Bitmap buttons

4. How to implement TRANSPARENT Bitmap Buttons

5. Transparent Bitmap Buttons ?

6. transparent bitmap on toolbar button

7. how to shape a button to a 24bit bitmap which delete the transparent region and

8. Transparent Button Bitmap

9. Transparent Owner Drawn Bitmap Button

10. Disabling Bitmap Button loses bitmap

11. Bitmap buttons to behave like radio buttons?

12. transparent bitmap

 

 
Powered by phpBB® Forum Software