Combobox with value

david7777

Freshman
Joined
Feb 17, 2005
Messages
33
How do I add an item with text AND value to a combobox?
I know i can add an item by using comboxox.items.add("text"), but I want to be able to add an assiociated value to the text so that i can get combobox.SelectedValue - This value must not be displayed.

How do i do this?
 
Back
Top