Windows 7 Professional version 6.1 (Build 7601: Service Pack 1)
IE version 10.0.9200.16686
Visual Studio Professional 2012 version 11.0.61030.00 Update 4
MS .NET Framework version 4.5.50938
Visual Basic Windows Form Application
I am loading a Google Map into a WebBrowser control using the code below:
webBrowser1.Navigate("http://maps.google.com/maps?q=3828+Phillip+Ludwell,+Williamsburg,+VA,+23188")
The map displays correctly in the WebBrowser in the VB WinForm application, but non of the Google controls work. The same url loaded into my IE works correctly. Any ideas what I am doing or not doing in the application?