Skulltrail192 / One-Core-API-Binaries

http://shorthornproject.com
574 stars 47 forks source link

You say IFileDialog is needed for PaleMoon and other software. But this is not the case. #260

Closed Anixx closed 5 months ago

Anixx commented 5 months ago

There are simple Windhawk mods that allow to use the XP-style file picker in Win10 and Win11: https://winclassic.net/post/12485/thread

All software is compatible with the old dialogs, all works well. Even custom controls work well. So, introducing IFileDialog is not needed! Just redirect things to the XP one, keep XP spirit!

P.S. Don't you think about making WindHawk compatible with One-Core-API?

jonm58 commented 5 months ago

introducing IFileDialog is not needed!

lmao

idontyboi commented 5 months ago

Just redirect things to the XP one, keep XP spirit!

Uhh... One-Core-API already does that. The IFileDialog implementation in One-Core-API converts IFileDialog to the old file dialogs.

Skulltrail192 commented 5 months ago

Several new applications need a new API/Interface called IFileDialog. XP/2003 doesn't have any implementation about it. I Implemented a wrapper to "simulate" this implementation, redirecting to old impletation, supported by XP/2003. This feature is very important, try open/save anything on XP/2003 without it in Opera/firefox, chrome/notepad++/movie maker and several others. So, try don't lost my time asking nothing and opening issue for nothing!