Top 50+ Solved Visual Basic (VB) MCQ Questions Answer
Q. If ______ property of a Command button is set to True then by pressing ‘Esc’ key fromthe keyboard the Command get selected automatically
a. default
b. caption
c. cancel
d. tabindex
Q. If ______ property of a Command button is set to True then by pressing ‘Enter’ key fromthe keyboard the Command get selected automatically
a. default
b. caption
c. cancel
d. tabindex
Q. ______ property determines whether the focus stops on a control when a Tab key ispressed.
a. default
b. tabstop
c. cancel
d. tabindex
Q. ______ property determines the order of the focus to move as the Tab key is pressed.
a. default
b. tabstop
c. cancel
d. tabindex
Q. Which of the following is a non-executable statement in VB?
a. if
b. dim
c. assignment statement
d. do… while