0

I am using WPF WebBrowser:

<WebBrowser Name="wbTest""/>

and navigating into

wbTest.Navigate("http://maps.google.com/maps?q=&layer=c&cbll=40.782001,73.831703")

But the WebBrowser is showing on this Google street view page the following Internet Explorer Compatibility issue on top of the browser:

enter image description here

How can this be removed? Following the link Learn how to do this will only give instructions regarding Internet Explorer regular browser but can something be done to WPF WebBrowser to get rid of this message?

Nuts
  • 2,755
  • 6
  • 33
  • 78

1 Answers1

0

You can suppress the error by changing the engine used by the webbrowser as I explained there:

Set WPF webbrowser control to use IE10 mode

I tried and the warning is not showing, but i have some graphical glitches.

Community
  • 1
  • 1