Icon for items in customized Start menu

Here you can propose new features, make suggestions etc.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
misvin
Member
Member
Posts: 112
Joined: 2010-08-14, 11:25 UTC

Icon for items in customized Start menu

Post by *misvin »

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.
misvin
Member
Member
Posts: 112
Joined: 2010-08-14, 11:25 UTC

Post by *misvin »

Does anyone support my request?
User avatar
jonathanpoulin
Member
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

Post by *jonathanpoulin »

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:

Code: Select all

[mappings];
701=101
702=102
703=103
704=104
705=105
Thanks,
Jonathan Poulin
Post Reply