For those that are interested...MS really has done a neat job on their product.
The code the answers the question for those that are interested...
Dim objMap as MapPointCtl.Map
Dim objLoc as MapPointCtl.Location
Dim objFindResults as MapPointCtl.FindResults
Set objMap = Form1.MappointControl1.ActiveMap
Set objLoc = objMap.GetLocation(89,169)
objLoc.GoTo
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.