icon from exe

Salat

Well-known member
Joined
Mar 5, 2002
Messages
81
Location
Poland, Silesia
Im trying to get the icon from, exe file. I use code, which searches the registry to find specified file type and then return the icon ("DefaultIcon"). It return a string looks like this

"C:\program files\mozilla,0"

Is it possible to get the icon form exe file?

thx for help...
 
Check out VolteFaces sample code here. It should do what you need, get the displayed icon from any file path.
 
Back
Top