Search found 65124 matches

by admin
19 Jan 2026 12:24
Forum: BETA Versions for Download
Topic: Here's the new BETA (64-bit)
Replies: 173
Views: 620840

Re: Here's the new BETA (64-bit)

:off: Summary of the latest XYplorer Official Release (64-bit). Download Page : https://www.xyplorer.com/download.php?bit=64 v28.10.0500 - 2026-01-19 12:00 = MAINTENANCE RELEASE. +++ Minor bug fixes and enhancements. To easily upgrade to this OFFICIAL version from XYplorer, click Help | Online Suppo...
by admin
19 Jan 2026 10:18
Forum: Bug Reports
Topic: High DPI Setting Bug (64bit)
Replies: 8
Views: 938

Re: High DPI Setting Bug (64bit)

Should be fixed in the recent betas.
by admin
18 Jan 2026 21:15
Forum: Bug Reports
Topic: Seeming GDI Objects leak in v28
Replies: 9
Views: 835

Re: Seeming GDI Objects leak in v28

Yep.
by admin
18 Jan 2026 15:34
Forum: BETA Versions for Download
Topic: Here's the new BETA (64-bit)
Replies: 173
Views: 620840

Re: Here's the new BETA (64-bit)

Change Log for the latest XYplorer BETA version (64-bit): v28.10.0412 - 2026-01-18 15:32 + SC ctbicon enhanced: Added ways to remove a property. ctbicon(" *"); //remove icon, keep background color ctbicon("* "); //remove background color, keep icon + Extension Hack Protection: T...
by admin
18 Jan 2026 15:18
Forum: Bug Reports
Topic: Security] XYplorer.exe double-click on crafted filename "demo.txt " executes sibling "demo.txt .cmd" via cmd.exe (target
Replies: 4
Views: 162

Re: Security] XYplorer.exe double-click on crafted filename "demo.txt " executes sibling "demo.txt .cmd" via cmd.exe (ta

Research results: - Trailing spaces are illegal in Windows filenames. - The shell will fail to open such a file. - In that case XYplorer falls back to opening it with ShellExecuteW. - The ShellExecuteW API will also fail, but then it will fall back and open another file where the invalid name serves...
by admin
17 Jan 2026 20:28
Forum: BETA Versions for Download
Topic: Here's the new BETA (64-bit)
Replies: 173
Views: 620840

Re: Here's the new BETA (64-bit)

Change Log for the latest XYplorer BETA version (64-bit): v28.10.0411 - 2026-01-17 20:27 + SC ctbicon enhanced: You can now omit the background color and change only the icon, leaving the current background color in place. For example: ctbicon("Apple.ico*#F6F6F6,r"); //set icon, with back...
by admin
17 Jan 2026 18:02
Forum: Wishes
Topic: Ctbicon() separate icon and background colour.
Replies: 7
Views: 375

Re: Ctbicon() separate icon and background colour.

Looks like it does not work in the Edit User Button dialog. But maybe it should. I'll consider it.

...

Well, I don't think it should work from there.
by admin
17 Jan 2026 16:50
Forum: BETA Versions for Download
Topic: Here's the new BETA (64-bit)
Replies: 173
Views: 620840

Re: Here's the new BETA (64-bit)

Change Log for the latest XYplorer BETA version (64-bit): v28.10.0410 - 2026-01-17 16:50 + SC ctbicon enhanced: You can now omit the icon and change only the background color, leaving the current icon in place. For example: ctbicon("Apple.ico*#F6F6F6,r"); //set icon, with background color...
by admin
17 Jan 2026 16:46
Forum: Bug Reports
Topic: Tools submenu error.
Replies: 5
Views: 129

Re: Tools submenu error.

Fixed in next beta. :party:
by admin
17 Jan 2026 16:26
Forum: Wishes
Topic: Ctbicon() separate icon and background colour.
Replies: 7
Views: 375

Re: Ctbicon() separate icon and background colour.

Well, i can't do this ctbicon(*#F6F6F6,r) to simply add background to button's icon without changing icon. You can't change syntax to keep old code intact, but maybe you can add an enhancement, that if there is nothing before asterisk the icon is kept as is?(not erased with background solely) Good ...
by admin
17 Jan 2026 14:19
Forum: Multilingual Support
Topic: Dutch
Replies: 227
Views: 212048

Re: Dutch

Thanks!
by admin
17 Jan 2026 14:05
Forum: Bug Reports
Topic: Tools submenu error.
Replies: 5
Views: 129

Re: Tools submenu error.

Confirmed. New TB bug. A fix should come soon.
by admin
17 Jan 2026 10:48
Forum: Bug Reports
Topic: Seeming GDI Objects leak in v28
Replies: 9
Views: 835

Re: Seeming GDI Objects leak in v28

Fixed in next beta. :beer: