R
Ron Burd
I have am .ico file attached to the assembly as a Resource. I want to
convert this Icon to an Image object. I was unable to find anything on the
web about such convertion.
I can retrieve the icon using
Icon icon = new Icon(GetType(), "fileName.ICO");
Thanks!
convert this Icon to an Image object. I was unable to find anything on the
web about such convertion.
I can retrieve the icon using
Icon icon = new Icon(GetType(), "fileName.ICO");
Thanks!