Skip to content Skip to sidebar Skip to footer

Automating Google Maps In C# Web Browser (issue Executing Javascript Properly)

NOT using API I am currently attempting to use a web browser in C# to load google maps and automatically focus on my current location, however, for some reason I cannot get this to

Solution 1:

I've had problem few times that WebBrowser control uses too old version of IE. You need to modify registry to get it to use newer version of IE. I tried "https://www.google.com/maps/preview/" with both IE 8 and 9 and it gave me an error, but it works on IE 10.

See: http://weblog.west-wind.com/posts/2011/May/21/Web-Browser-Control-Specifying-the-IE-Version

Post a Comment for "Automating Google Maps In C# Web Browser (issue Executing Javascript Properly)"