[Solved] Icon for Submenu in Hamburger Menu?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
Garonne
Posts: 195
Joined: 21 Apr 2015 19:10
Location: Win11, 100% Scaling
Contact:

[Solved] Icon for Submenu in Hamburger Menu?

Post by Garonne »

Is it possible, to assign icons to the submenu entry of a hamburger menu?

Code: Select all

//H

[...]
  LibreOffice // Icon?
    "LibreOffice" ?:\PortableApps\LibreOfficePortable\LibreOfficePortable.exe
[...]
An Icon for that "LibreOffice" Menu? Or a similar menu?
Attaching a Path separated with semicolon didn't work.
Last edited by Garonne on 06 Feb 2025 14:24, edited 1 time in total.

admin
Site Admin
Posts: 64915
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Icon for Submenu in Hamburger Menu?

Post by admin »

The icon is at position 3, so try a double semicolon.

Garonne
Posts: 195
Joined: 21 Apr 2015 19:10
Location: Win11, 100% Scaling
Contact:

Re: Icon for Submenu in Hamburger Menu?

Post by Garonne »

admin wrote: 06 Feb 2025 10:13 The icon is at position 3, so try a double semicolon.
Working.

BTW: I didn't find any info on how to specify a specific icon if you're accessing a multi-icon resource (like an exe file with multiple icons stored). How do I select the second icon stored (or any other besides the first)?

admin
Site Admin
Posts: 64915
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: [Solved] Icon for Submenu in Hamburger Menu?

Post by admin »

Like this:

Code: Select all

#101;;%winsysdir%\shell32.dll /160  //multi-icon resources are supported in Hamburger

Garonne
Posts: 195
Joined: 21 Apr 2015 19:10
Location: Win11, 100% Scaling
Contact:

Re: [Solved] Icon for Submenu in Hamburger Menu?

Post by Garonne »

admin wrote: 06 Feb 2025 16:45 Like this:

Code: Select all

#101;;%winsysdir%\shell32.dll /160  //multi-icon resources are supported in Hamburger
Ahhh... Nice.

Post Reply