Re: Using an icon resource as a button image

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Steve McKewen

    Re: Using an icon resource as a button image

    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


Working...