1
Reply

Add value to a listBox Or ComboBox Items

H Ghasemi

H Ghasemi

Jul 26 2009 12:49 PM
9k
A listBox must have text and value for each item in it. I can add text to listBox listBox.Items.Addd("Text"); But how can I Add value to this item? and how can I read an item value? Thanks

Answers (1)