
- VB.NET GET FILE PATH FROM FOLDER BROWSER DIALOG FOR FREE
- VB.NET GET FILE PATH FROM FOLDER BROWSER DIALOG CODE
- VB.NET GET FILE PATH FROM FOLDER BROWSER DIALOG WINDOWS
Who cares if they just copy it? As long as it is build-in, i'm fine with it. True, there is nothing wrong with using opensource projects but sometimes it doesn't make sense and the functionality should be build-in, or would you use something like the npm package is-odd which does nothing more than return (n % 2) = 1? That doesn't make any sense. Who knows, maybe the next version will also miss the Textbox/Button/StackPanel/what ever, should we also rely on a third-party for that? I don't want to rely on a third party implementation for something like that. NET Foundation and be done with Because it's such a fundamental thing, that we think should be part of WPF. Microsoft should should pull this project into the. Why should Microsoft spend any effort on this? This has to be at the very bottom of the priority list. There are already opensource wrappers for these APIs as I suggested above.
VB.NET GET FILE PATH FROM FOLDER BROWSER DIALOG WINDOWS
The WPF/WinForms Dialogs are a solved problem and the API has been added in Windows Vista many years ago. Even Microsoft has limited resources with hundreds of projects to maintain. That's the direction Microsoft is heading too an embrace the OSS ecosystem) Look into languages like Rust and Python, and you'll see that they do a bare minimum in-the-box and everything else is community-driven. You need to drop that old mindset of expecting/waiting Microsoft to provide you with libraries.
VB.NET GET FILE PATH FROM FOLDER BROWSER DIALOG CODE
What difference does it make if Microsoft adds the same code you already have? If Microsoft implements it, it will just be a copy of the code of Ookii Dialogs anyway because its just a little bit of C# that calls into the Windows API.

VB.NET GET FILE PATH FROM FOLDER BROWSER DIALOG FOR FREE
People are literally working for free on something you can benefit from today It's also free and open - it's not like you have to pay $ for a Telerik license. There's nothing wrong with using an opensource project that has been around literally for years (since 2009!), is still active and maintained, has over 300K downloads on nuget gallery, and is used by hundreds (if not thousands) of projects. Ookii.I read the comments and I'm afraid I don't understand how some of you think and why you are pushing so hard for such a low-priority backlog item: VistaFolderBrowserDialog - A Vista-style FolderBrowserDialog.VistaSaveFileDialog - A Vista-style SaveFileDialog.VistaOpenFileDialog - A Vista-style OpenFileDialog.InputDialog - A dialog that accepts arbitrary text input from the user.CredentialDialog - A dialog that accepts credentials from the user.ProgressDialog - A dialog that displays a progress bar.


Windows Vista and onwards introduced a better dialog (one that most users will be more familiar with), but you can't use it in WinForms out of the box. It has the look-and-feel of the old Windows XP style folder browser dialog, regardless of which OS the user is using. Unfortunately, it doesn't allow the user to navigate very quickly, type (or paste) a path in themselves, or jump to any of the 'library' or 'quick access' folders.

Yes, it will do exactly as it says - let the user browse a tree of folders, and select one. The WinForms FolderBrowserDialog is a bit clunky:
