Is it possible to create an icon image at runtime?
I want to be able to draw a small image through code and then convert it to an icon class.
I do not want to load any icons from disc, nor save them to disc. the data must reside in RAM only. I notice that Icon has a ToBitmap() method, but I can find no similar method to reverse that conversion.




Reply With Quote