Windows seems to utilize in a few places a more modern dialog for browsing and selecting folders (I found this screenshot online, http://media.wiley.com/Lux/97/145397.image1.jpg), so I'm wondering if there's any way to access that dialog and use it in a program myself.
I, of course, know about System.Windows.Forms.FolderBrowserDialog
, but that's still using an old TreeView-esque kind of UI that's not really used any more (for good reason, I fear).
I've seen a few of these kinds of questions (for instance, OpenFileDialog that can select folders?) but they're outdated, refer to third-party dialogs (which I'd rather avoid, if possible), or both.
Am I just missing something? I can imagine this sort of thing being hidden in some other library or API/SDK or something. I'm just surprised that Microsoft seems to be using it so thoroughly throughout Windows without releasing it fully, especially since I've seen it at least since Windows 7.