Found it.
You have to use the ToBitmap method in the Icon object, then that will
convert to an Image.
Image^ aImage = theIcon->ToBitmap();
Steve
You have to use the ToBitmap method in the Icon object, then that will
convert to an Image.
Image^ aImage = theIcon->ToBitmap();
Steve