By eHow Internet Editor
Rate: (7 Ratings)
Many programmers use Visual Basic when they want to create an interface that requires information from the user, and in situations where you want to give the user a list of options but still afford the possibility of an unforeseen choice, the combo box is the tool you want. Combo boxes can display a list of choices, either preset in code or built "on the fly," but they also allow users to input their own entry. Once the combo box has been created and filled out, your code can determine what was entered, its position on the list, and whether or not the user entered a new, unlisted value. Combo boxes can also be linked to read and write data to a field in a database.
eHow Internet Editor