Q. Which of the following selects the Cat item, which appears third in the cboAnimal control?
β
Correct Answer: (C)
cboAnimal.Text = "Cat"
You must be Logged in to update hint/solution