Examlex

Solved

The Following Lines of Code Display All the Items of LstBox

question 37

True/False

The following lines of code display all the items of lstBox.
For n As Integer = 1 to lstBox.Items.Count lstBox2.Items.Add(lstBox.Items(n))
Next


Definitions:

Related Questions