I'd say it's a dumb question... But so far I haven't been able to find a way:
I have some .ico... is there a way to use it INSIDE a WinForm? Like a simple
bitmap, but choosing which resolution (index) I want to display?
Thanks a lot.

Signature
____________________________
Carlos Sosa Albert
"Carlos Sosa Albert" <betun (arroba) hotmail> schrieb:
> I'd say it's a dumb question... But so far I haven't been able to find a
> way:
> I have some .ico... is there a way to use it INSIDE a WinForm? Like a
> simple
> bitmap, but choosing which resolution (index) I want to display?
Take a look at the 'Icon' class and its constructors and the
'IconBitmapDecoder' class.

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
Carlos Sosa Albert - 03 Oct 2007 19:03 GMT
Thanks a lot, Herfried, Icon.ToBitmap() works great! =)

Signature
____________________________
Carlos Sosa Albert
> "Carlos Sosa Albert" <betun (arroba) hotmail> schrieb:
> > I'd say it's a dumb question... But so far I haven't been able to find a
[quoted text clipped - 5 lines]
> Take a look at the 'Icon' class and its constructors and the
> 'IconBitmapDecoder' class.