file extension's icons extraction.

  • Thread starter Thread starter moquet.laurence
  • Start date Start date
M

moquet.laurence

In the registry, File extension's icons are stored like this :
filename,resource_number.
How can I extract the specific resource number from this file (using .Net
framework)?
 
This seems to be a a good MSDN article describing what you are after:
http://tinyurl.com/6slnm

Also, this looks to be a pretty comprehensive article on Icons in Win32
binaries. IT includes an Icon browser application and source code that
displays all the icons in a given dll or exe:
http://tinyurl.com/6hnly


Hope this helps,
Patrick Altman
 
Back
Top