本文介绍了FolderBrowserDialog 的替代品的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在 C# 中是否有选择文件夹的替代方法?

Is there an alternative for selecting folders in C#?

最好我想使用 OpenFileDialog 来选择文件夹,或者至少是类似的东西.

Optimally I'd like to use the OpenFileDialog to select folders, or at least something similar to that.

推荐答案

这里有 OpenFileOrFolder 对话框和另一个 FolderBrowserDialog 都是开源的.

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

这篇关于FolderBrowserDialog 的替代品的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

06-16 21:05