I recently had the need for a browse folder dialog where the user can select any folder on their hard drive. There isn’t anything in WPF that provides this functionality. The answer was to add the Windows.Forms namespace and calling the dialog from there. Below is a screenshot of the dialog as well as the [...]
Read More...