I have a bitmap and make the color transparent;
mybitmap.MakeTr ansparent(Color .Black)
When I save it as a Icon, the black color is not transparent. However, if I
save it as a bitmap then display it using windows explorer, the black color
is in fact transparent. Could it be that the bitmap is not an alpha bitmap
that causes the icon to not have the black color transparent?
--
Dennis in Houston
mybitmap.MakeTr ansparent(Color .Black)
When I save it as a Icon, the black color is not transparent. However, if I
save it as a bitmap then display it using windows explorer, the black color
is in fact transparent. Could it be that the bitmap is not an alpha bitmap
that causes the icon to not have the black color transparent?
--
Dennis in Houston
Comment