On Jul 21, 3:47 am, Kevin Gleason <[email protected]> wrote: > Plan to use the Visual Basic WebBrowser control and a form that I created > where user supplies their address into a text box. Was hoping to perform a > Geocoding request to transform the address into the LatLng coordinates then > pass them into a google map.
Is there some reason to use VB to do this at all? In the web browser environment, a common approach would be to have some javascript that responds to the form submit, reads the input text for itself, geocodes it and puts it on the map. No VB needed for that? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
