Possible Duplicate:
How to select multiple folder path usingt FolderBrowserDialog control in vb.net
I want to select many folders for performing some operations on them, like selecting many files with OpenFileDialog.
The problem is that I can't select multiple folders in time with FolderBrowseDialog.
What is the solution?