E
EricJ
Hi
I'm having trouble getting icons from an imagelist in a statusbar panel.
if i load the icons directly it works
Dim ico As new Icon("W95MBX03.ICO")
statusbarPanel..Icon = ico
but if i try to set the icon property with an imagelist i get this
Value of type 'System.Drawing.Image' cannot be converted to
'System.Drawing.Icon'
If anyone has a thought, pls let me know.
tnx in advance
I'm having trouble getting icons from an imagelist in a statusbar panel.
if i load the icons directly it works
Dim ico As new Icon("W95MBX03.ICO")
statusbarPanel..Icon = ico
but if i try to set the icon property with an imagelist i get this
Value of type 'System.Drawing.Image' cannot be converted to
'System.Drawing.Icon'
If anyone has a thought, pls let me know.
tnx in advance