Extract Icon from executables

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
Can anyone provide me some code snippets, or a class that would allow me to
extract icons from an executable file?

thank you
Learner.
 
You can use the ExtractIcon API method via P/Invoke.

---------
- G Himangi, Sky Software http://www.ssware.com
Shell MegaPack : GUI Controls For Drop-In Windows Explorer like Shell
Browsing Functionality For Your App (.Net & ActiveX Editions).
EZNamespaceExtensions.Net : Develop namespace extensions rapidly in .Net
EZShellExtensions.Net : Develop all shell extensions,explorer bars and BHOs
rapidly in .Net
 
Back
Top