Click here to Skip to main content
15,886,578 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Now i am in a vc++ project. I am developing UI module with rich ribbon controls. In ribbon control buttons we can provide 16/32bit bitmaps using a image collection.

I am creating 32x320 bitmap using resource editor which contains 10 button images. When i am using this image collection in ribbon buttons these images are not transparent like VC's defult bitmap(writelarge, writesmall) it appears with white square borders.

I dont know what's wrong if any one knows explain me...

Thanks in advance
ganeshIT
Posted

The bitmap editor in VS does not create 32bit bitmaps hence there is no alpha channel which is kind of absurd. Anyhow a quick look at google should provide you with the means to do what you need.

Google Time
 
Share this answer
 
Hi SnowHow, thanks for the information. Another solution to solve this problem is using PNG images instead of bitmaps

Thanks in advance
ganesh_IT
 
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