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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top