VBDavid
July 14th, 2009, 01:58 AM
Afternoon Everyone,
I hope that someone out there might be able to help me. I am creating an application that will read from a CSV file, and display that information in a DataGridView. This first part of the operation works as does the conversion from Degrees/Minutes/Seconds to Degrees decimal. Once converted the datagrid view shows:
UHF CH1 Rep -24.055 133.9783333
There are a total of 704 entries like this.
What I am having problems with is showing this position on a Google Map. My project is using the WebBrowser Control in VB 2008, but when I use the URL I get the entire google page.
URL:http://maps.google.com.au/maps?f=q&source=s_q&hl=en&geocode=&q=-24.055,133.9783333
The size of the WebBrowser control is 373, 431.
What I would like to be able to do is have the location centred in the WebBrowser control
Any help that any one can give me would be appreciated
Thanks in advance
I hope that someone out there might be able to help me. I am creating an application that will read from a CSV file, and display that information in a DataGridView. This first part of the operation works as does the conversion from Degrees/Minutes/Seconds to Degrees decimal. Once converted the datagrid view shows:
UHF CH1 Rep -24.055 133.9783333
There are a total of 704 entries like this.
What I am having problems with is showing this position on a Google Map. My project is using the WebBrowser Control in VB 2008, but when I use the URL I get the entire google page.
URL:http://maps.google.com.au/maps?f=q&source=s_q&hl=en&geocode=&q=-24.055,133.9783333
The size of the WebBrowser control is 373, 431.
What I would like to be able to do is have the location centred in the WebBrowser control
Any help that any one can give me would be appreciated
Thanks in advance