Hi
I have a button with image background:
---MyButton
CButton MyButton;
MyButton.Create(NULL,WS_CH
ILD|WS_VIS
IBLE|BS_BI
TMAP,CRect
(10,10,50,
50),Parent
,UINT(uint
));
HBITMAP image = (HBITMAP)LoadImage(NULL,"m
yBitmap.bm
p",IMAGE_B
ITMAP,0,0,
LR_LOADFRO
MFILE);
MyButton.SetBitmap(image);
---
But the background image is not transparent.
Can I make it transparent?
Please help me. Thank you very much.
Start Free Trial