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