How to Browse folder using FolderBrowserDialog By shubhaherle | 4th September 2017 0 Comment You can either use FolderBrowserDialog Tool from ToolBox like : FolderBrowserDialog allows you to select the required folder: Else you can just write a source code for browsing a folder and return the selected path to textbox like: