Hi i want to get the icon from an executable. How do i do this? do ineed to read the resource section table? thanks.
Printable View
Hi i want to get the icon from an executable. How do i do this? do ineed to read the resource section table? thanks.
Read up on this:
ExtractAssociatedIcon
http://msdn.microsoft.com/sv-se/libr...us,VS.85).aspx
it should fit your needs.
thank you.. it worked