I want to make the icon background transparent . How?
Printable View
I want to make the icon background transparent . How?
if you use a tool like Microangelo or VC++ to create your icons then it is very easy to get transparent background color. all you have to do is select the background color from the color pallette. this is usually shown as "teal green in a monitor". now paint the pixels with this color to make them transparent !!!
Or, in the code, where you display your Icons, display them in "And" mode. so that White spaces in Icons, appear see thru... This is the mode used by Menu's to paint the ICONS is what MSDN says!!
RK
thanks.