Visual Basic - Study Mode
[#511] Which of the following selects the Cat item, which appears third in the cboAnimal control?
Correct Answer
(C) cboAnimal.Text = "Cat"
[#512] A variable declared as . . . . . . . . type can store both values and it can store date values 01/01/0100 up to 12/31/9999
Correct Answer
(D) date
[#513] What happens when maximize box is set to true?
Correct Answer
(C) Maximize box is enabled
[#514] . . . . . . . . is for displaying a list of directories or folders in a selected drive
Correct Answer
(D) dirlist box
[#515] MDI is used to work as parents, its main property is . . . . . . . . , all the forms are open within MDI
Correct Answer
(A) mdi child