How can I load an icon from an exe?

  • Thread starter Thread starter kelvin.koogan
  • Start date Start date
K

kelvin.koogan

How can I load an icon from an exe in C++ .NET?

Is there .NET equivalent of ::LoadIcon?

If ::LoadIcon is still the right way to do it, how do I get a handle
to pass to it and how do I convert the handle returned to an Icon?

TIA,
KK
 
Back
Top