1
Answer

Add value to a listBox Or ComboBox Items

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)