Visual Basic - Study Mode
[#236] What happens when both the minimize box and maximize box property are set to false?
Correct Answer
(D) Both are removed from the title bar
[#237] You assign an access key by including an . . . . . . . . option in the control's caption or identifying label.
Correct Answer
(A) &
[#238] One can display a message box using the . . . . . . . . method.
Correct Answer
(C) MessageBox.Show
[#239] in . . . . . . . . box & . . . . . . . . can edit in run time
Correct Answer
(A) text box & combo box
[#240] . . . . . . . . is a programming language that allows the programmer to use objects to accomplish his goals.
Correct Answer
(B) Object-oriented programming language