Using shell32 icons in favorite items

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
terrytw
Posts: 121
Joined: 03 Mar 2023 03:37

Using shell32 icons in favorite items

Post by terrytw »

Hi all,

New to XYplorer! It is a great tool, I am still fiddling around, but love the functionality!

I have a question that cannot be answered by any previous post, so here I come...

I found that you can use shell32 icons in CTB like this:

Code: Select all

%SystemRoot%\SYSTEM32\shell32.dll /21
I also found that I can use custom ico file or CTB icon in the favorite icon like this

Code: Select all

"Name|path-to-ico"tab("new","path-to-file");
or

Code: Select all

"Name|:CTB-ico-name"tab("new","path-to-file");
But I cannot get the favorite icon to use the shell32.dll.

I have tried

Code: Select all

"Name|%SystemRoot%\SYSTEM32\shell32.dll /21"tab("new","path-to-file");
or

Code: Select all

"Name|'%SystemRoot%\SYSTEM32\shell32.dll /21'"tab("new","path-to-file");
It does not work...

Can someone please help?
Thank you!!

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

Re: Using shell32 icons in favorite items

Post by admin »

Well, it's simply not supported in that context. I might add that some day though. :)

terrytw
Posts: 121
Joined: 03 Mar 2023 03:37

Re: Using shell32 icons in favorite items

Post by terrytw »

admin wrote: 03 Mar 2023 09:13 Well, it's simply not supported in that context. I might add that some day though. :)
It is good to know, I won't be banging my head against it anymore.

Not a deal breaker by any means though. I will just adapt to it.

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

Re: Using shell32 icons in favorite items

Post by admin »

It should work in the next beta version (v24.20.0006).

terrytw
Posts: 121
Joined: 03 Mar 2023 03:37

Re: Using shell32 icons in favorite items

Post by terrytw »

admin wrote: 03 Mar 2023 12:43 It should work in the next beta version (v24.20.0006).
Wow that was unexpected! Thank you!

PeterH
Posts: 2827
Joined: 21 Nov 2005 20:39
Location: DE W11Pro 24H2, 1920*1200*100% 3840*2160*150%

Re: Using shell32 icons in favorite items

Post by PeterH »

terrytw wrote: 04 Mar 2023 04:11 Wow that was unexpected! Thank you!
That's Don. He has a bag full of surprises :party:

jupe
Posts: 3446
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: Using shell32 icons in favorite items

Post by jupe »

Would it be possible to also enable icon index for CFA if its not too difficult?

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

Re: Using shell32 icons in favorite items

Post by admin »

Sure, no big deal. :cup:

Post Reply