Closed Issung closed 1 year ago
At the moment the directory select setting dialog uses this stupid little window:
I hate this version of the windows directory select dialog, I much prefer the "full" one, you know the one that looks like this:
I did it once before in my other project SorterExpress, here's a link to the source code of the method that opened it: https://github.com/Issung/SorterExpress/blob/develop/src/SorterExpress/Utilities.cs#L171
From memory it required installing a NuGet package because for some reason its a direct windows API reference or something.
At the moment the directory select setting dialog uses this stupid little window:
I hate this version of the windows directory select dialog, I much prefer the "full" one, you know the one that looks like this:
I did it once before in my other project SorterExpress, here's a link to the source code of the method that opened it: https://github.com/Issung/SorterExpress/blob/develop/src/SorterExpress/Utilities.cs#L171
From memory it required installing a NuGet package because for some reason its a direct windows API reference or something.