Alıntı
Listbox1.items.item(4); // böyle bir fonksiyonu yok items class'ının
// 1. YOL
String STR_FIRST = (String)Listbox1.Items[0];

// 2. YOL

String STR_FIRST = (String)Listbox1.Items.GetItemAt(0);