I filled up possible selections in a combo box by looping through contents of an array. I want the value of what they selected by the index of the array. Eg: if user selects red, I want to always refer to that as 1. if user selects orange, I want to always refer to that as 2 etc. How do you refer to the value? I know in java you can do .value but in vb when I did the name of my comboBox.value, it just set the initial value of combo box to that number.
sf
sf