I am using VB 2005 Express Edition.

I posted a question before, about how to add a web page to a application.

I was given the script:
VB Code:
  1. WebBrowser1.Navigate("http://www.vbforums.com")

But when I run the application, the page just keeps refreshing it's self.

Any help is greatly appreciated.