Hi Peter
I tried to add a then with the method navigator.addpoi
this and the code used
Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
Try
'If Not n.IsApplicationRunning Then
' n.StartApplication()
'End If
'' n.SwitchToNavigatorView()Dim nv As New InTheHand.TomTom.NavigatorDim myXY As LatLong = LatLong.Empty
myXY.Latitude = 10
myXY.Longitude = 40
nv.AddPoi("xxx_Clienti", myXY, "test", "13")
Catch ex As InTheHand.TomTom.TomTomExceptionMessageBox.Show(String.Format("{0} : {1}", ex.Message, ex.Error.ToString))Catch ex As Exception
MessageBox.Show(ex.Message)
End Try
End Sub
-----------------------------------------------------------
run tomtom
but after I always
tomtomexception: No response
Thanks