tags:

views:

586

answers:

2

Does anyone know what is the simplest way to customise the System.Windows.Forms.FolderBrowserDialog so a path can be entered using text in a textbox below the tree.

I want this so it's easy to select unmapped UNC paths.

This trick here kind of scares me.

Looks like this KB kind of helps.

A: 

Try under code project folder browser - this allows customizing the dialog in many ways.

Also in social.msdn.microsoft.com there is a post that suggest creating a form of your own for that and even suggest the code for it.

Dror
+2  A: 
Cheeso
+1 I ended up doing the same ... http://code.google.com/p/videobrowser/source/browse/trunk/MediaBrowserConfig/FolderBrowser.cs
Sam Saffron