Multiple Choice
Choose the statement below that performs the comment found on line 2 of the following code segment.
Dim newStudentForm As New frmNewStudent()
'Initialize AcademicYear text box on NewStudent form to 1
NewStudentForm.ShowDialog()
A) frmNewStudent.txtAcademicYear.Text = "1"
B) txtAcademicYear.Text.newStudentForm = "1"
C) newStudentForm.txtAcademicYear.Text = "1"
D) txtAcademicYear.frmNewStudent = "1"
Correct Answer:

Verified
Correct Answer:
Verified
Q1: How do you insert a separator bar
Q3: Once you create a form, you do
Q4: What property must be set on a
Q5: Standard modules are saved on disk as
Q6: The last form created for a Windows
Q7: Explain the nature of the reference to
Q8: Which of the following statements disables the
Q9: When a VB application executes, its _is
Q10: Which of the following is not true
Q11: When a _form is displayed, no other