Hi,

I'm creating a little utility that extracts an icon from a *.exe or *.dll. I'm sure many of you have done it using the ExtractIcon API. Anyway, the programs just about finished except for one feature, saving the icon. The icon is stored inside a variable called lngIcon so how would I save it in the format of *.ico? Thanks