Multiple Choice
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
Correct Answer:

Verified
Correct Answer:
Verified
Q29: My.Computer.FileSystem.WriteAllText(FileName,StringToWrite,AppendBoolean)_.<br>A)creates a database file<br>B)creates a text file<br>C)is
Q30: If a program does not include exception
Q31: If you intend to write data to
Q32: Which of the following steps does NOT
Q33: You must use the Retrieve method in
Q35: Data elements that are added to a
Q36: The data files that are presented in
Q37: When instantiating a StreamWriter object,the name of
Q38: When instantiating a StreamReader,an exception will occur
Q39: What should be used to handle exceptions