Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Required Dialog for selecting Multiple Files and Folders .NET

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
like image 806
watbywbarif Avatar asked Aug 26 '10 15:08

watbywbarif


People also ask

How do you select multiple files in multiple folders?

Simply left-click your mouse button and drag it over the icon of your files or folders to select multiple options at once. Then right-click on the highlighted files to get the dropdown list of options, and pick the one you'd like to select.

How do I enable multiple selection files?

Select Multiple Files on the DesktopPress the Ctrl key on the keyboard and then select the other files you want in the batch with single clicks. Release the Ctrl key when all files are selected. Selected files or folders will be highlighted.


1 Answers

Have you tried Ookii.Dialogs?

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

like image 180
BladeWise Avatar answered Sep 22 '22 04:09

BladeWise