Managed icons

  • Thread starter Thread starter benoit311080
  • Start date Start date
The reason it's slow is that it requires building an icon on the fly from
your hicon data. An alternative would be to look at how you output the icons
from which you have a hicon. For example you could use P/Invoke to call
DrawIcon to draw the icon on a form. The story does get better in .NETCF
v2.0 as the Icon class includes the FromHandle method.

Peter
 
Back
Top