Display of link icons in WinExplorer vs XY

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
klownboy
Posts: 4462
Joined: 28 Feb 2012 19:27
Location: Windows 11, 25H2 Build 26200.8737 at 100% 2560x1440

Display of link icons in WinExplorer vs XY

Post by klownboy »

Hi, I have an off the wall question maybe someone could answer. I have in the past typically had a taskbar button set to display a bunch of links via Windows Explorer using a command line of

Code: Select all

C:\Windows\explorer.exe C:\Users\ken\Tools
and that would yield a Windows Explorer display looking something like this. Note I do use one of the many methods out there to remove the shortcut arrow overlay. This is with icons set to "medium" size in Win Explorer on a Windows 7 machine. I haven't tried it on Windows 8.1.
WinExplorer_display_folder_of_links.PNG
However when I run a script like this

Code: Select all

run """<xy>"" /new ""C:\Users\ken\Tools\"" /win=normal,500,250,615,470 /script=""::#309;loadlayout('thumbs');open 'D:\Tools\AutoHotkey\AHK scripts\TB_XY_hide.ahk';""", , 0, 0;
it will give me an XYplorer display like this. This is with XY's large icons which are smaller than Windows Explorer's medium.
XY_display_folder of links.PNG
I was curious as to why XYplorer shows the icon overlays whereas WindowsExplorer does not. Possibly the icons size or possibly it depends on how the shortcut overlay is removed.. Any ideas? Thanks.
Ken
To see the attached files, you need to log into the forum.

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

Re: Display of link icons in WinExplorer vs XY

Post by admin »

I thought about this 1.5 years. :mrgreen: Well, XY's large icons are hard-coded to 32x32, and the overlays are drawn by XY code.

klownboy
Posts: 4462
Joined: 28 Feb 2012 19:27
Location: Windows 11, 25H2 Build 26200.8737 at 100% 2560x1440

Re: Display of link icons in WinExplorer vs XY

Post by klownboy »

admin wrote:I thought about this 1.5 years. Well, XY's large icons are hard-coded to 32x32, and the overlays are drawn by XY code.
I hope you didn't think too hard for that long! :) Why bother drawing shortcut overlays, they just mess up the look of the icons regardless of their size? Especially now that we can hide the lnk extension and at the same time, the actual exe file will have the extension. So there shouldn't be any confusion as to what is what. The people that hide all extensions obviously don't care. :biggrin:

Post Reply