Technology

C# OpenFile Dialog Box

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:
 
 
 
 
 
 
 
 
 

Leave a Reply

Your email address will not be published. Required fields are marked *