2013-07-12 38 views

cevap

14

olduğu sonucunu verir:

int curIndex = listbox.Items.IndexOf("abber"); 
if(curIndex >= 0) 
{ 
    MessageBox.Show(listbox.Items[curIndex].ToString()); 
} 
5
int index = listBox1.Items.IndexOf("Specify string here");