1

I tried both the OpenFileDialog and the FolderBrowserDialog controls and the first one does not allow me to select folders while the second one allows me to select only 1 folder.

Any other controls that will do what I want or will I need to create my own?

Nasreddine
  • 36,610
  • 17
  • 75
  • 94
John Smith
  • 4,416
  • 7
  • 41
  • 56

2 Answers2

1

The FolderBrowserDialog only allows to select one folder. Try this: http://www.codeproject.com/Articles/4472/Enhanced-BrowseForFolder-styled-TreeView

Kai
  • 1,953
  • 2
  • 13
  • 18
0

Why don't you look at these references:

  1. Browse Multiple folders using FolderBrowserDialog in windows application
  2. C# - How to customize OpenFileDialog to select multiple folders and files?

Hope this will help you.

Community
  • 1
  • 1
Furqan Safdar
  • 16,260
  • 13
  • 59
  • 93