Embed FolderBrowserDialog into Form

1.7k views Asked by At

How can I embed the FolderBrowserDialog into my "form1"? I don't want a popup dialog, how can I achieve this?

2

There are 2 answers

0
Dumbo On BEST ANSWER

You need to implement your own coding for doing so. It is rather easy, you can use some TreeViews and ListViews and use File Path and other stuff from System.IO class.

1
logicnp 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.