Suman
Suman

Reputation: 433

How to select multiple folder paths using FolderBrowserDialog control in VB.NET

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.

Upvotes: 2

Views: 5333

Answers (1)

boj
boj

Reputation: 11395

Citation from here:

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.

Upvotes: 7

Related Questions