C# OpenFile Dialog Box By shubhaherle | 28th August 2017 0 Comment OpenFileDialog This allows us to browse and select files on a computer in an application. It can be used with C# code. It displays the standard Windows dialog box. You can either use OpenFileDialog Tool from ToolBox like : Else you can just write a source code for opening a file location and return the path to textbox like: