Multiple Choice
Which of the following statements will display the getStudentDataForm form in such a way that any code following the statement will not execute until the getStudentDataForm closes?
A) getStudentDataForm.Open()
B) getStudentDataForm.Show()
C) getStudentDataForm.ShowDialog()
D) getStudentDataForm.OpenForm.Modal()
Correct Answer:

Verified
Correct Answer:
Verified
Q9: When a VB application executes, its _is
Q10: Which of the following is not true
Q11: When a _form is displayed, no other
Q12: The best way to maintain consistency when
Q13: A module-level variable declared Public is also
Q15: What is the best way to share
Q16: What is the result of the following
Q17: Any form in a Windows Forms application
Q18: When creating a form in Visual Basic,
Q19: All of the following are true about