I'm trying to get a Google Map to appear in a WebBrowser object but for some reason it displays a layer of icons and text on top of the map which don't appear if you display the same map in a browser.
Save the HTML below as a file and then navigate to it in a WebBrowser control (WebBrowser1.Navigate2 "c:\the_html_below.htm")
I know this more of a Google Maps question than VB but I wondered if anyone here had any ideas?
- Andy
___________________________________________________________________
If a man speaks in a forest and there are no women around to hear him - will he still be wrong?
Save the HTML below as a file and then navigate to it in a WebBrowser control (WebBrowser1.Navigate2 "c:\the_html_below.htm")
Code:
<html>
<body style='margin: 0px 0px 0px 0px'>
<iframe width='100%' height='100%' frameborder=0 style='border:0' src="[URL unfurl="true"]https://www.google.com/maps/embed/v1/place?key=AIzaSyCNWTqxRNXNZBlhOTq7SRq2ZbmScks1wMY&q=DN15+9YE&zoom=16">[/URL]
</iframe>
</body>
</html>
I know this more of a Google Maps question than VB but I wondered if anyone here had any ideas?
- Andy
___________________________________________________________________
If a man speaks in a forest and there are no women around to hear him - will he still be wrong?