View Single Post

  #3 (permalink)  
Old 02-16-2004
mmichaels mmichaels is offline
Junior Member
White Belt
 
Join Date: Jan 2004
Posts: 6
Mappoint SaveAs method

changed the code to:

Private Sub MapFrm_Closed(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Closed
ntMap.ActiveMap.SaveAs(Environment.CurrentDirector y & "\test.ptm", MapPoint.GeoSaveFormat.geoFormatMap, False)
ntMap.ActiveMap.Saved = True

End Sub

still no luck.

marc
Reply With Quote