G
Guest
Hello NG!
Is it possible to add a Image (gif) with a transparent color to an
ImageList? I want to have the Image as embedded ressource, but how do I load
it as Image? If I try
Me.ImageList.Images.Add(New
System.Drawing.Bitmap(System.Reflection.Assembly.GetExecutingAssembly().GetM
anifestResourceStream("Assembly.ImageName.gif")))
I get the Image into the ImageList, but not with a transparent color. May
the problem is, that I load it as Bitmap?
Thanks, D.Barisch
Is it possible to add a Image (gif) with a transparent color to an
ImageList? I want to have the Image as embedded ressource, but how do I load
it as Image? If I try
Me.ImageList.Images.Add(New
System.Drawing.Bitmap(System.Reflection.Assembly.GetExecutingAssembly().GetM
anifestResourceStream("Assembly.ImageName.gif")))
I get the Image into the ImageList, but not with a transparent color. May
the problem is, that I load it as Bitmap?
Thanks, D.Barisch