

PS: No this is nothing like Iconator in any way at all. (the ordinal names may be any number for a name and they can be stored in any order).įrom my experience with iconator, going by a negative index of the first icon and calculating the the true ordinal name of an icon in a resource by counting numbers based on a negative index will at some point cause false ordinal names. The first icon in the resource is not always 0 or 1 or the lowest number.Īlso just because there's 7 icon it does not mean the ordinal names are anything from 1 to 7 or 0 to 6. The reason I say this is ordinal names do not always go in numerical order in a resource. (one of the devs said it was over complicated and not needed so it was replaced with the version that's used as an example now which does not display the true ordinal names as listed in a resource).įrom what I can gather you'd need to use the api calls of _ResourceEnumNames() along with the _EnumResNameProc() which will return the true ordinal names of icons as listed in a resource.

The only time I saw the true ordinal names correctly generated was when Lazycat's emuicons v2 was used in Autoits examples. (Same goes for the current 3 example in AutoIt.) Nice and brief and functional example jennico.īut I really don't understand how it can generate true ordinal names of the icons in a file. # SciTe integration affords SciTe restart. # -> Only left and center icon can be locked. # -> This feature is made to enable direct comparism of icons. # - Selected icon will be locked in its place and Icon number turns red. # - Traytip tells you current selection. # -> Suitability of Icon can be evaluated in GUI title, explorer bar and tray (some look ugly when small). # - File name (in quotation marks) and Icon number (seperated by comma ) are put to Clipboard and can be instantly pasted to script. # Clicking an Icon takes the following actions: # Hold 'Weiter' button to scroll forward slowly. # Search is always by ordinal value, rising from Offset, positive number first, then negative. # On changing between ordinal value and name, clipboard is updated (the tips not yet). # In AutoIt GUIs the ordinal value has to be used to define an icon. ani can be used in icon controls and as Tray icons (without moving though), but they will usually not show as GUI icons. cur can be used just like icons in icon controls, as GUI icons and Tray icons.

scr can be used just like icons in icon controls, as GUI icons and Tray icons. scrĪs always in my scripts: no includes, no problems.
#The iconator placing it silently code
today i found a piece of code that helped me a lot through the years to make guis nicer.
