Thema: google maps
Einzelnen Beitrag anzeigen
Alt 12.07.2007, 10:01   #4
void
Hero
 
Benutzerbild von void
 
Registriert seit: 26.07.2001
Ort: Wien
Beiträge: 811


Standard

Set goomaps = CreateObject("InternetExplorer.Application")
goomaps.Visible = True
wohin = "http://maps.google.de/maps?q= straße nr, PLZ Ort"
goomaps.navigate2 wohin

...das nächste mal:

goomaps = FindWindow("IEFrame", "Google Maps - Microsoft Internet Explorer"
wohin2 = "http://maps.google.de/maps?q= straße nr, PLZ Ort"
goomaps.navigate2 wohin2

funktioniert das nicht?!
____________________________________
nobody is perfect
void ist offline   Mit Zitat antworten