Hi.
I am using MapPoint 2006 in conjuction with VB 2008 Express Edition. I am making an application and when you click on a button, I launch a MapPoint file like this:
Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Cick
Process.Start("C:\file path\file.ptt")
End Sub
The program works fine. When the user clicks button3 the mappoint file opens. However, when I close the program, it asks if I would like to save, and I click yes, and it doesn't remember the path from which it was opened in the first place. It wants to save it in some arbitrary location and as a different name. It doesn't remember where it came from. How can I fix this? Are there any options in MapPoint to fix this or are there ny Suggestions/code to fix this?
Thanks,
mc