I have often wanted to have an embedded view where users could browse the file system instead of pulling up OpenFileDialog, etc.
I am using the WPF product.
Especially for browsing and setting folders there is no real good looking alternative to the System.Windows.Forms.FolderBrowserDialog Class
Good suggestion
Thanks for the suggestion.