Jump to content

Recommended Posts

i have updated an old script named "Icon-Viewer", shortname 'iv'

After starting 'iv' search for all DLL's in @Systemdir, and show every dll with 1+ icons in a comboBox.  Afaik Shell32 is the most used DLL for, so 'iv' also start with it.

Each change of dllCombo clears the Lisview and after showing the Icons for the selected DLL.

The Icon's are shown in a Listview with 16 SubItems with Icon and the IconId.

The (Main)-Item is reduced to a checkbox which is used to select a Item with all 16 Icons for saving. After selecting all wanted item-rows click "ausgewählte Items speichern" 

Another way to save a Icon is rightclick on a subItem and after this click "Icon speichern"

The path for saving is @UserProfileDir & "\Pictures\Icons", the name for saved files is Dllname_ItemId.ico,

 

Have fun, use/test it and tell me your suggestions.

 

iconLVw7.au3

IconSaver.au3 IconSaver.exe

Edited by AutoBert
Link to comment
Share on other sites

From the 'iv' i take the saving part to a CUI. name Icon-Saver Source in the opening post.

I needs at minimum 2 max. 3 Parameters:

  1. is the DLL.name like shell32.dll
  2. the iconid's separated by semicolon or just all
  3. the path where the icons should be saved is optional, without this is set to @UserProfileDir & "\Pictures\Icons"

mfg (auto)Bert

Edited by AutoBert
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...