Random r = new Random(); for(int i=1;i<=5;i++) { int rr = r.Next(0, listBox1.Items.Count - 1); string kisi = listBox1.Items[rr].ToString(); }