Answer: the OpenFileDialog common dialog control
Step-by-step explanation:
To browse and select a file on a computer during run time we use OpenFileDialog control. For this we have an OpenFileDialog class and we can create an instance of this class.
The OpenFileDialog common dialog control is used to browse and find a file at run time