Examlex

Solved

Choose the Statement Below That Performs the Comment Found on Line

question 2

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()


Definitions:

Related Questions