dazza12345
Programmer
HI all,
Im trying to add a new value to a list box.
Listbox.Items.Add("item");
This line of code above will add a value to a list box, but "item" will be insrted for the value and text field.
How would i go abouts adding a new item into the listbox with different values for the value and text fields?
Im trying to add a new value to a list box.
Listbox.Items.Add("item");
This line of code above will add a value to a list box, but "item" will be insrted for the value and text field.
How would i go abouts adding a new item into the listbox with different values for the value and text fields?