Vortesys / Program-Manager-II

Program Manager II, a new shell for Windows.
https://vortesys.github.io/progmgr/
MIT License
40 stars 3 forks source link

File browser dialog not working in some specific instances #41

Open einstein910 opened 6 months ago

einstein910 commented 6 months ago

Hi again!

I had reported this same bug in Progman-x64 before you decided to transition into Program Manager II, so I'll just make another note here in the hopes that you can figure it out and get it working.

When running under Windows Hyper-V server (free GUI-less edition that is limited below Core edition), the file browser dialog (such as the one that appears when you click "browse" on the Run dialog) seems to be missing from that OS, as well as in some other cases (I think WinPE exhibits the same behavior). There is however another callable file browser dialog that is present in those instances, which I would assume could be used instead (the one that notepad.exe calls). Perhaps some sort of if/then detection or case logic could be applied to allow this other file browser dialog to be called in such instances?

Thanks for keeping on with development of this project! I look forward to seeing where it goes.

freedom7341 commented 6 months ago

Thanks for reporting this again! I'll take apart notepad later and see how it does it. I'll probably have to implement the run dialog myself to do this right as well.