Skip to content

Commit

Permalink
Moved section Windows icons preview images from a subsection of `Ic…
Browse files Browse the repository at this point in the history
…ons` to section `Tools`. A hint note was left at the end of the Icons section about the `Windows icons preview images` tool. #161
  • Loading branch information
end2endzone committed Sep 12, 2024
1 parent 36e0572 commit 182e1dc
Showing 1 changed file with 25 additions and 18 deletions.
43 changes: 25 additions & 18 deletions UserManual.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ This manual includes a description of the system functionalities and capabilitie
* [inverse attribute](#inverse-attribute)
* [Combining multiple <visibility> and <validity> elements](#combining-multiple-visibility-and-validity-elements)
* [Icons](#icons)
* [Windows icons preview](#windows-icons-preview)
* [Actions](#actions)
* [<exec> action](#exec-action)
* [<open> action](#open-action)
Expand All @@ -51,6 +50,7 @@ This manual includes a description of the system functionalities and capabilitie
* [Tools](#tools)
* [file_explorer_renew](#file_explorer_renew)
* [arguments.debugger](#argumentsdebugger)
* [Windows icons preview images](#windows-icons-preview-images)
* [Plugins](#plugins)
* [Plugin overview](#plugin-overview)
* [C API](#c-api)
Expand Down Expand Up @@ -686,23 +686,7 @@ For instance, the following icon definition uses the same icon as the clicked fi
<icon fileextension="${selection.filename.extension}" />
```



### Windows icons preview ###

*_Hint_*: Windows have a variety of built-in icons available. You can assign a Windows built-in icons to an &lt;icon&gt; to get a familiar Windows looks and feel. The following images show all icons within popular Windows dll files:

Microsoft Windows 10 Home:
* [shell32.dll](resources/Windows%20Icon%20Tables/Win%2010%20Home%20-%20shell32.dll%20icons.png)
* [imageres.dll](resources/Windows%20Icon%20Tables/Win%2010%20Home%20-%20imageres.dll%20icons.png)
* [ieframe.dll](resources/Windows%20Icon%20Tables/Win%2010%20Home%20-%20ieframe.dll%20icons.png)
* [netshell.dll](resources/Windows%20Icon%20Tables/Win%2010%20Home%20-%20netshell.dll%20icons.png)

Microsoft Windows 11 Pro:
* [shell32.dll](resources/Windows%20Icon%20Tables/Win%2011%20Pro%20-%20shell32.dll%20icons.png)
* [imageres.dll](resources/Windows%20Icon%20Tables/Win%2011%20Pro%20-%20imageres.dll%20icons.png)
* [ieframe.dll](resources/Windows%20Icon%20Tables/Win%2011%20Pro%20-%20ieframe.dll%20icons.png)
* [netshell.dll](resources/Windows%20Icon%20Tables/Win%2011%20Pro%20-%20netshell.dll%20icons.png)
*_Hint_*: Windows have a variety of built-in icons available. You can assign a Windows built-in icons to an &lt;icon&gt; to give a familiar Windows looks and feel to your menus. See the [Windows icons preview](#windows-icons-preview) section in Tools for more details.



Expand Down Expand Up @@ -1881,6 +1865,29 @@ argv[33]=Ψψ
argv[34]=Ωω.
```



### Windows icons preview images ###

Windows have a variety of built-in icons available. You can assign a Windows built-in icons to an &lt;icon&gt; to give a familiar Windows looks and feel to your menus. ShellAnything has preview images of the icons in most Windows dll. It allows one to quickly identify the file and the index of a desired icon.

The following images show all icons within popular Windows dll files:

Microsoft Windows 10 Home:
* [shell32.dll](resources/Windows%20Icon%20Tables/Win%2010%20Home%20-%20shell32.dll%20icons.png)
* [imageres.dll](resources/Windows%20Icon%20Tables/Win%2010%20Home%20-%20imageres.dll%20icons.png)
* [ieframe.dll](resources/Windows%20Icon%20Tables/Win%2010%20Home%20-%20ieframe.dll%20icons.png)
* [netshell.dll](resources/Windows%20Icon%20Tables/Win%2010%20Home%20-%20netshell.dll%20icons.png)

Microsoft Windows 11 Pro:
* [shell32.dll](resources/Windows%20Icon%20Tables/Win%2011%20Pro%20-%20shell32.dll%20icons.png)
* [imageres.dll](resources/Windows%20Icon%20Tables/Win%2011%20Pro%20-%20imageres.dll%20icons.png)
* [ieframe.dll](resources/Windows%20Icon%20Tables/Win%2011%20Pro%20-%20ieframe.dll%20icons.png)
* [netshell.dll](resources/Windows%20Icon%20Tables/Win%2011%20Pro%20-%20netshell.dll%20icons.png)




# Plugins #


Expand Down

0 comments on commit 182e1dc

Please sign in to comment.