Hi!
I'm an italian user, sorry for my english...
I want to add in my app in visual basic 6 the activeX control for mappoint (and here no problem)
My goal is to get the coord from the gps (also here no problem) and then view automatically the position on the map.
Which is the right way to do this?
I wrote:
MappointControl1.ActiveMap.GetLocation LAT, LONG
MappointControl1.ActiveMap.Location.GoTo
but it seems not working
Thank you for your answers