|
| Just point your "Resource Hacker" utility at
| [C:\WINDOWS\system32\shell32.dll], then scroll down to the "Icon Group"
| section and when you find one of the icons you are looking for, click
"Save
| [Icon Group : X : 1033]" (X here stands for the icon index number) from
the
| top menus.
|
The images are in shell32.dll, but not as icons.
They're bitmap resources #214-217. Basically
they're toolbar skins, not separate icons. If someone
wants to use them as icons they'd need to be
edited in an icon editor.
For the bitmaps, ResHacker is a good place to start. For
anyone who actually wants to extract icons, ResHacker
can be used, or any icon editor should work. I wrote a
simple VBScript some time ago that's even easier. It will
extract all icons -- single or compound, from any PE file
(EXE, DLL, etc.) by just dropping the file onto the script:
http://www.jsware.net/jsware/scripts.php5#iconextr
From the download, open the file named Extract Whole
Icons.vbs. Open that in Notepad, go down to about line
14, and edit that line to set a valid folder path for extraction.
Once that's done, just drop any file onto the script to have
all icons extracted.