.NET and the 32Bit Icon support (imagelist)

  • Thread starter Thread starter =?ISO-8859-1?Q?S=E9rgio_Almeida?=
  • Start date Start date
?

=?ISO-8859-1?Q?S=E9rgio_Almeida?=

greetings

i want to use icons on my app but i'm not able to do so, because it
seems .net does not support 32 bit icons (*.ico) on imagelist control.
Am I correct? If so, is there any workaround for .net to support 32 bit
icons?

TIA

Almeida
 
If you want to draw 32-bit icons from an ImageList, use the ImageList.Draw
method, as opposed to extracting the image using the indexer and passing it
to Graphics.DrawImage.

For some reason I can't quite work out, in the framework icons aren't
images.

Hope that helps,
Stu
 
Back
Top