Sunday, 25 August 2013

C# .net WebBrowser does not display page (Browser is not up to date)

C# .net WebBrowser does not display page (Browser is not up to date)

i'm trying to do a mini-bot for Ogame.
I run my WebBrowser class which says it is IE9 (WebBrowser.Version).
When I execute this:
wb.Navigate(www.ogame.com.us);
And it says:
"Your browser is not up to date."
However when I launch the page on Internet Explorer it DO displays the
site. Is it IE9 the WebBrowser embedded in VisualStudio '12 with the .NET
framework 4.5?
Because I don't get it. Any solutions?

Thanks in advance.

No comments:

Post a Comment