Transparent Bitmap buttons 
Author Message
 Transparent Bitmap buttons

Ok, I think I'm could use this to set the color of the first pixel to
be transparent, so it'll show as system color.

HANDLE h_up = LoadImage(0, _T("BUTTON_UP"), IMAGE_BITMAP, 0, 0,
LR_LOADTRANSPARENT);

HANDLE h_down = LoadImage(0, _T("BUTTON_DOWN"), IMAGE_BITMAP, 0, 0,
LR_LOADTRANSPARENT);

how do I convert HANDLE h to be used in the CBitmapButton::SetBitmaps()
function?

am I on the right track or Bitblt is the only way to go..?

Sent via Deja.com http://www.*-*-*.com/
Before you buy.



Fri, 21 Mar 2003 03:00:00 GMT  
 
 [ 1 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