109k views
2 votes
You can use______ in order to allow the user to browse and find a file at run time.

a. the OpenFileDialog common dialog control
b. the StreamReader object
c. the OpenDialog control
d. a hard-coded path name

1 Answer

3 votes

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

User Agrublev
by
5.7k points