Thanks for making my day with your IconEx class for NET (well, actually you made my night:)). I just discovered your site while searching for a way to create an Icon with more the 4bpp and found IconEx. One addition: IconEx.IconDeviceImageCollection Items [get] should be completed as: get
{
if (this.iconCollection == null)
this.iconCollection = new IconDeviceImageCollection();
return this.iconCollection;
}
Guess I was the first using IconEx for creating an Icon - so now it's verified that it works;) |