Required Dialog for selecting Multiple Files and Folders .NET

穿精又带淫゛_ 提交于 2019-11-27 06:40:13

问题


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

回答1:


Have you tried Ookii.Dialogs?

It should match all your requirements, or be at least a very good starting point.



来源:https://stackoverflow.com/questions/3576769/required-dialog-for-selecting-multiple-files-and-folders-net

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