int co = listBox1.Items.Count; for (int ii = 0; ii < co; ii++) { webbrowser1.Navigate(listbox1.Items[ii].ToString()); Task.Delay(1000); }