Alternative to FolderBrowserDialog [closed]

巧了我就是萌 提交于 2019-11-29 03:41:17

Here you have and OpenFileOrFolder dialog and here another FolderBrowserDialog both Open Source.

Sqrs

Here's a trick that worked for me, it uses the SaveFileFolder

Select Folder Path with savefileDialog

Answer by Sqrs.

The closest I found myself to what you may want is this:

http://www.codeproject.com/Articles/15059/C-File-Browser

This is a control that you can place on a dialog (form). It allows selecting files or folders. Here is what my implementation looks like:

Ookii Dialogs libraries have an implementation of a folder browser dialog for Windows Forms and WPF

Ookii.Dialogs.WinForms

https://github.com/caioproiete/ookii-dialogs-winforms


Ookii.Dialogs.Wpf

https://github.com/caioproiete/ookii-dialogs-wpf

Try out BetterFolderBrowser. It does exactly what you prefer by providing you with an easy-to-use folder-browsing experience that mimics the OpenFileDialog dialog window, and, since it works as a component, you'll be able to easily tweak it properties in Design Mode. It's pretty neat and very handy. Do check it out.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!