Sigal Laniado
October 21st, 1999, 04:23 AM
I want to make the icon background transparent . How?
|
Click to See Complete Forum and Search --> : Transparent Icon Sigal Laniado October 21st, 1999, 04:23 AM I want to make the icon background transparent . How? October 21st, 1999, 05:48 AM 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 !!! Ravi Kiran October 21st, 1999, 05:56 AM 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 October 21st, 1999, 07:03 AM thanks. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |