|
-
Feb 26th, 2009, 03:40 PM
#1
Re: [2008] Webbrowser.navigate freezing
If it makes no difference using a few different web pages then I would suggest something radical here...
It would only take a few minutes but try rebuilding the app but with the minimum of code. So open a new project, place a WebBrowser on the form and a button. In the button click event put
WebBrowser1.Navigate("http://www.google.com"),
in the load event put
WebBrowser1.Navigate("http://www.cnn.com").
Does that exhibit the exact same behaviour? If it doesn't then perhaps your existing project is in some way corrupted or there is a property set wrong somewhere.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|