Konu
c# Listbox Sorusu
06-06-2013, 19:28:56
#6
VoyL
o zaman şöyle yap hocam;
foreach(string s in listbox1.items)
{
webbrowser1.navigate(s);
}