Page 1 of 1

icons class - for icon resources - 2021/08/03 - beta.1

Posted: 01 Aug 2021, 08:35
by TheArkive
Current features:
  • Export array (list) of RT_ICON (3) resources
  • Export array of RT_ICON_GROUP (14) resources
  • Export a nested array of all icon resources (3 and 14) and associated language from a resource file.
  • Export a single icon group resource and get/select the HICON based on icon index, not size.
  • Export an icon group resource to an ICO file.
  • Add/replace/remove icon resources in a resource file.
:arrow: Download on Github

=============================================
Updates
=============================================

Re: icons class - for icon resources - 2021/08/03 - beta.1

Posted: 03 Aug 2021, 05:54
by TheArkive
2021/08/03:
  • added ability to set icon resource in an resource files
  • coder can add/remove/replace resources
  • improved code efficiency
  • updated docs and example