Question: Visual programming (choose the correct answer) 2 Given the following piece of code: 1 DialogResult result; String fileName; using (SaveFileDialog filechooser = new SaveFileDialog()) {
Visual programming (choose the correct answer)

2 Given the following piece of code: 1 DialogResult result; String fileName; using (SaveFileDialog filechooser = new SaveFileDialog()) { result = filechooser.ShowDialog(); fileName = filechooser.FileName; textBox1.Text = fileName; } The fileName is the name of the project. Non of the options The fileName is the name of the file to be opened. The fileName is the full path of the file to be saved. 3 The StreamReader object is used to write to file. 1 O True O False
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
