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:
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?