Question one, how can I enum. the icons in a DLL or EXE? Question two, how can I save an icon from my HICON handle to a ICO file?
Thanks for any help, August.
This is a discussion on Two questions about icons: within the Windows Programming forums, part of the Platform Specific Boards category; Question one, how can I enum. the icons in a DLL or EXE? Question two, how can I save an ...
Question one, how can I enum. the icons in a DLL or EXE? Question two, how can I save an icon from my HICON handle to a ICO file?
Thanks for any help, August.
1. EnumResourceNames
2. Icons in Win32 (at the top of the page is a link to download a self-extracting zip file containing code in icons.c)