Transparent Bitmap Buttons ? 
Author Message
 Transparent Bitmap Buttons ?

I can't seem to find a way to create a transparent Bitmap Button.

I can do it with with an image list by setting a MASK colour (MAGENTA in
this case)

        m_ImageList.Create(IDB_SMALLFULL, 12, 1, RGB(255,0,255));
        m_ImageList.SetBkColor(CLR_NONE);

I am loading the bitmaps using :
        m_FullBtn.LoadBitmaps(IDB_FULL_UP, DB_FULL_DOWN);

but then I can't add a mask !!

Any help would be appreciated !!


Thanks.



Fri, 03 Sep 1999 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. Transparent Bitmap buttons

5. How to implement 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