Alex
Thu Apr 28 13:01:33 CDT 2005
Instead of placing your icons into your imagelists in the designer, load
them at runtime:
myImageList.Images.Add(new Icon(@"\path\to\youricon.ico");
or
myImageList.Images.Add(new
Icon(Assembly.GetExecutingAssembly().GetManifestResourceStream("Your.NameSpace.YourIcon.ico"));
--
Alex Feinman
---
Visit
http://www.opennetcf.org
"Karsten Baumann" <news@kbaumann.de> wrote in message
news:eAhA3sBTFHA.3464@tk2msftngp13.phx.gbl...
> Hello NG,
>
> I want to use icons with a transparent color. When I use this files, the
> pictures are black (the transparent areas are black)!?
> What can I do?
>
> Karsten Baumann
>