Question : Extract and Save Icon from EXE

Hello,

I need to extract an Icon from EXE and save it to .ico file. I got Icon handle (HICON) using ExtractIconEx API but don't know what to do next.

Cheers

Answer : Extract and Save Icon from EXE

On CodeProject I found anarticle with the source code that extracts the icons:

http://www.codeproject.com/KB/winsdk/IconExtraction.aspx

I've tested it.

Random Solutions  
 
programming4us programming4us