o zaman şöyle yap hocam;

foreach(string s in listbox1.items)
{
webbrowser1.navigate(s);
}