How to Add Values in Combo Box
Combo Box, an element computer in Microsoft Visual Studio, refers to a construct in a form that allows users to make a choice among predefined alternatives or type their own alternative. Thus, it displays text box combined with list box, which enables users to select items from the list they've created or enter their own. To be able to add values to a combo box, you must have the dialog editor opened in MS Visual Studios software.
Instructions
-
-
1
Choose the Combo Box you wish to add values to by clicking on it. Make sure the dialog editor is active.
-
2
Select the ''Properties" window, and scroll down to and click on ''Data'' property.
-
-
3
Add values by clicking in value area for the data property by typing your data values. Separate each value by semicolons.
-
4
Click the ''Enter'' button to finish adding values for your combo box.
-
1