How can I add data value of each item to combobox in Visual Basic 2010?
Like html drop-down box.
Or is there anyway to add values to each item ?
I am
Now you can use insert method instead add
insert
add
' Visual Basic CheckedListBox1.Items.Insert(0, "Copenhagen")