Hi everyone
I would appreciate it if someone can point me into right direction.
One section of my latest project idea involves linking several form controls to the Google map (distance calculating section), which is area I’m not familiar with.
What I would like to achieve is following: (VB2010)
I would like to link two combo boxes on my form to Google map
(Start Address and End Address)
as well as two labels representing distance & ETA time to Google map
(Suggested route, option No.1, highlighted section).
As soon as user select values from combo drop downs on my form, code performs search trough Google web page and return values to my labels on a form. At the same time database would be populated with a same search values
(Start Address, End Address, Distance in Km and ETA time)
Link to a web page seems to be a very common request within community members but I did not find anything similar to what I would like to do, so it makes me think that my project idea is going to be” hard bone”.
I do not need Google web page displayed on my form in a split container or in any other way.
Any directional info would be greatly appreciated