G
Guest
I can store icon images into an ImageList. Easy.
Then I want to set the StatusBarPanel.Icon from one of the image in the
ImageList.
That sounds easy but I get "Cannot implicitly convert type
'System.Drawing.Image' to 'System.Drawing.Icon'".
So, how do I convert the Image to an Icon ?
Then I want to set the StatusBarPanel.Icon from one of the image in the
ImageList.
That sounds easy but I get "Cannot implicitly convert type
'System.Drawing.Image' to 'System.Drawing.Icon'".
So, how do I convert the Image to an Icon ?