Hi all,

First off all, sorry for my english.

I try to view 10 web pages of my website and do some work.

For x as int=1 to 10
  webbrowser.navigate(new uri(string.format("http://mywebsite.php?page=
{0}",x.tostring())
  dosomework()
next x


Webbrowser.navigate work if i put them in a sub without any other
code.
But if i put any code after, or in loop, it's doesn't work.

Someone can explain  me ?

Reply via email to