Multiple Choice
Which of the following statements most accurately describes the Me keyword?
A) The Me keyword refers to the current instance of the form.
B) Me is another name for the Form Load event procedure.
C) The Me.Close() statement calls the Close method of a form named Me.
D) The Me keyword provides access to the controls of a form without naming the specific control.
Correct Answer:

Verified
Correct Answer:
Verified
Q18: When creating a form in Visual Basic,
Q19: All of the following are true about
Q20: A form's _event is triggered when the
Q21: The _event occurs when a form is
Q22: The best approach to move a menu
Q24: A variable is accessible to statements outside
Q25: The primary reason to use standard menu
Q26: An event handler for a menu item
Q27: Which of the following is not true
Q28: In order to prevent users from accessing