From: Jorge on

Hello

I Need to show a location in a google map
Providing direction town and country
some user should see it
How can I do with vo ? No Idea

Any help, sample would be appreciated

TIA
Jorge Accinelli
From: Paul Piko on
Jorge,

You could simply build a URL string like this:

http://maps.google.com/?q={address1},{address2},{address3},{country}

Substitute your own values in the place of {address1} etc

Then open the URL in a web browser control, or use ShellExecute to "open"
the URL.

Paul

"Jorge" <jorgeaccinelli(a)dextrasistemas.com.ar> wrote in message
news:4df191a1-6f73-4eb3-9b00-8a513888ce5f(a)d8g2000yqf.googlegroups.com...
>
> Hello
>
> I Need to show a location in a google map
> Providing direction town and country
> some user should see it
> How can I do with vo ? No Idea
>
> Any help, sample would be appreciated
>
> TIA
> Jorge Accinelli

From: Jorge on
On 13 ago, 08:09, "Paul Piko" <support(a)Re_move_vulcanmindmeld.net>
wrote:
> Jorge,
>
> You could simply build a URL string like this:
>
> http://maps.google.com/?q={address1},{address2},{address3},{country}
>
> Substitute your own values in the place of {address1} etc
>
> Then open the URL in a web browser control, or use ShellExecute to "open"
> the URL.
>
> Paul
>
> "Jorge" <jorgeaccine...(a)dextrasistemas.com.ar> wrote in message
>
> news:4df191a1-6f73-4eb3-9b00-8a513888ce5f(a)d8g2000yqf.googlegroups.com...
>
>
>
>
>
> > Hello
>
> > I Need to show a location in a google map
> > Providing direction town and country
> >  some user should see it
> > How  can I do with vo  ? No Idea
>
> > Any help, sample would be appreciated
>
> > TIA
> > Jorge Accinelli- Ocultar texto de la cita -
>
> - Mostrar texto de la cita -

Thanks !
Jorge

 | 
Pages: 1
Prev: SP3 and bBrower Question