Hi Manni, now that I found the problem with the test application I have started making my own app, my app has one button with this code behind:
If PPPTTCF6_0N2.TTN.IsApplicationRunning <> 1 Then
PPPTTCF6_0N2.TTN.StartTTN(Me, 15, 3)
End If
TTN.SwitchToNavigatorView()
TTN.BringNavigatorToForeground()
TTN.NavigateToPostalCode(
"UK", "EH54 5NS", "")
Problem is that I get the same error as explained above. However if I run this part of code on button one:
If PPPTTCF6_0N2.TTN.IsApplicationRunning <> 1 Then
PPPTTCF6_0N2.TTN.StartTTN(Me, 15, 3)
End If
Then this part of code on button two it works fine:
TTN.SwitchToNavigatorView()
TTN.BringNavigatorToForeground()
TTN.NavigateToPostalCode("UK", "EH54 5NS", "")
Do you have any sugestions as I don't want my user to click one button to load TomTom then another button to Navagate to an address.
Thanks Mark
Profesional Business PDA Applications: http://www.satmonkey.co.uk