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
Adrian - 25 Jun 2007 22:43 GMT
GetManifestResourceStream might be what you are after?
> How can I load an icon from an exe in C++ .NET?
>
[quoted text clipped - 5 lines]
> TIA,
> KK