Hi,
Please add icon support for items in the customized Start menu.
For example, when I add CCleaner/Chrome to the customized Start menu, I want to see their icons near program name.
Icon for items in customized Start menu
Moderators: Hacker, petermad, Stefan2, white
- jonathanpoulin
- Member
- Posts: 131
- Joined: 2020-12-19, 12:09 UTC
- Location: Saint-Marc-des-Carrières, QC Canada
- Contact:
Re: Icon for items in customized Start menu
The post is really old but anyway...
TC support icons in its Start menu. You just have to add a reference to the icon index in your .INC file in use (e.g. WCMICONS.INC). The number to use is in the range of 701 to 899.
By example for 5 items in the Start menu:
TC support icons in its Start menu. You just have to add a reference to the icon index in your .INC file in use (e.g. WCMICONS.INC). The number to use is in the range of 701 to 899.
By example for 5 items in the Start menu:
Code: Select all
[mappings];
701=101
702=102
703=103
704=104
705=105
Thanks,
Jonathan Poulin
Jonathan Poulin