Get the value for a listbox item by index

It would be

String MyStr = ListBox.items[5].ToString();

Leave a Comment