In Visual Basic 2015 Lesson 5, you have learned how to work with text boxes and labels in Visual Basic 2015. In the newest lesson, you shall learn two more important controls, the list box and the combo box. Both controls are used to display a list of items. However, they differ slightly in the ways they display the items. The list box displays the items all at once in a text area whilst combo box displays only one item initially and the user needs to click on the handle of the combo box to view the items in a drop-down list.
Click on Visual Basic 2015 Lesson 6 to learn more