Vidyalelo
Computer Science · Q19

Visual Basic MCQs: Test Your Proficiency in Visual Basic Programming

Engineering and GATE · Computer Science · question 19

Q19

Which of the following instruction tells the computer to close the current form in Visual Basic?

A.
This.Close()
B.
Me.Close()
Answer
C.
Close.this()
D.
Close()

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board