Hello,
I've just a little problem with find methods. I've got Mappoint 2004 Italian versione for Europe, but it seems to have some problem when I use the find method. For example I use this simple code in VB6:
Private Sub Form_Load()
Dim objApp As New MapPoint.Application
Dim objFindResults As MapPoint.FindResults
Set objFindResults = objApp.ActiveMap.FindResults("Parigi, Francia")
End Sub
But objfindresults is empty: It doesn't find anything!!!!
I've tried other method Find PlaceResults FindAddressResuls etc. but the results is the same. There seems to be a problem with language...
Does anyone ha encountered a similar problem?
Thank you