Is it posssible to select multiple folder paths from a browse dialogue box in VB.NET?
Please let me know if there is any link or reference.
Citation from here:
No Multiple Selection The folder browser component does not allow multiple folders to be selected.
No Multiple Selection
The folder browser component does not allow multiple folders to be selected.
So it's not possible. Fill a TreeView with directory informations, there is possible to select multiple nodes.