本文介绍了所需的对话框选择多个文件和文件夹。NET的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我认为这将是很容易找到,我错了。
对话框要求:
- 可以浏览多个文件/文件夹在同一时间。
- 可以在.NET Windows窗体应用。
- 免费的,也可以根据GPL。使用
- 工作在Win XP中和Win 7。
对话框preferences:
- 在C#
- 看起来像打开文件对话框中的.NET。
- 有文本框粘贴路径。
我试图从WEB几个例子,但没有满足所有要求!
一些例子,最接近的解决方案现在:
- http://www.monkeybreadsoftware.net/class-opendialogmbs.shtml,它没有免费的
- <一个href="http://www.$c$cproject.com/KB/dialog/FileDialogs.aspx">http://www.$c$cproject.com/KB/dialog/FileDialogs.aspx, WIN7问题
解决方案
您是否尝试过 Ookii.Dialogs
这应该与您的所有需求,或者至少是一个很好的起点。
I thought it would be easy to find, I was wrong.
Dialog Requirements:
- Can browse MULTIPLE FILES/FOLDERS in the same time.
- Can be used in .NET windows forms.
- FREE or can be used under GPL.
- Works in Win Xp and Win 7.
Dialog Preferences:
- C#
- Looks like OpenFileDialog in .NET.
- Has textbox for pasting path.
I have tried few examples from WEB, none met all Requirements!
Some examples, closest to solution for now:
- http://www.monkeybreadsoftware.net/class-opendialogmbs.shtml, it is no free
- http://www.codeproject.com/KB/dialog/FileDialogs.aspx, WIN7 problem
解决方案
Have you tried Ookii.Dialogs?
It should match all your requirements, or be at least a very good starting point.
这篇关于所需的对话框选择多个文件和文件夹。NET的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!