Loading KML file in VB web browser
Hi,
I have a .KML file that has some gps points in it.I want to load that .KML file in to a web browser in VB 2008 so I can view the gps points in VB form.
So how can I
1.Intergrate google earth application in vb form?
2.load the .KML file to the form?
Thank you
Re: Loading KML file in VB web browser
Seems the best idea would be to learn how to load a KML file into browser first then from here apply what you learned to a web browser control in a .NET application.
Seems this is where to start https://developers.google.com/maps/ (which I am guessing you know already)