How can I present a control to the user that allows him/her to select a directory?
There doesn\'t seem to be any native .net controls which do this?
You could just use the FolderBrowserDialog class from the System.Windows.Forms namespace.
FolderBrowserDialog
System.Windows.Forms