How can I embed the FolderBrowserDialog into my "form1"? I don't want a popup dialog, how can I achieve this?
Embed FolderBrowserDialog into Form
1.7k views Asked by Alex At
2
There are 2 answers
1
On
It is not possible to embed the FolderBrowserDialog in your own form, but you can use 3rd party controls like Shell MegaPack to do this.
DISCLAIMER: I work for LogicNP Software, the developer of Shell MegaPack.
You need to implement your own coding for doing so. It is rather easy, you can use some
TreeView
s andListView
s and useFile
Path
and other stuff fromSystem.IO
class.