We do use a Toolbar that is created with the Win32 CreateToolbarEx() function. Currently it uses a 24bit Bitmap for displaying the Buttons. Is there any possibility to use a 32bit Bitmap with Alpha blending for better displaying the Background of the toolbar buttons? Are 32bit Bitmaps with Alpha blending supported by this Toolbar?
Asked
Active
Viewed 88 times
0
-
If you use an imagelist (via `TB_SETIMAGELIST`) rather than a bitmap I think it should work. – Jonathan Potter Apr 13 '16 at 23:28
-
We do draw some 32bit Icons into a bitmap. Then we create the toolbar with this bitmap. Built with VC2013 and IcoFx. Testing on Windows7 and 10 is ok. The alpha value is fine in the toolbar. Great. – user3737304 Apr 14 '16 at 07:10