Jump to content

Search the Community

Showing results for tags '_winapi_savehicontofile'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 1 result

  1. 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
×
×
  • Create New...