Making the BitMap background transparent
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am placing a bitmap on a button using LoadBitMap and SetBitMap. The problem is that when I draw the bitmap, I want the background to be transparent so it will appear nice on the button. From some reason, the "Draw Opaque" is checked by default in VisualStudio on the "Image" menu and I can't change it. How do I use a transparent background on a bit map I am drawing. Shay