Difference between listbox and combobox in visual basic
Answers
Answered by
55
The List box and the Combo box are used in visual basics to display a list of items.
The List box displays all the items at once in a text area, whereas the combo box displays only one item at a time. The rest of the items will be in a dropdown list for a combo box which can be viewed after clicking on it.
The Combo box is a combination of a text box in which the user enters an item and a drop-down list from which the user selects an item. The Listbox represents a Windows control that displays a list of items to a user. A user can select an item from the list. It allows the programmer to add items at design time by using the properties window or at the runtime.
Answered by
50
here is your answer
have a nice day
Attachments:
Similar questions