Click to See Complete Forum and Search --> : getting icon from exe


Mitsukai
September 21st, 2008, 09:21 AM
Hi i want to get the icon from an executable. How do i do this? do ineed to read the resource section table? thanks.

Afr0
September 21st, 2008, 10:58 AM
Read up on this:

ExtractAssociatedIcon
http://msdn.microsoft.com/sv-se/library/bb776414(en-us,VS.85).aspx

it should fit your needs.

Mitsukai
September 21st, 2008, 04:55 PM
thank you.. it worked