7/25/01 Ed:
How does one inhibit the popup save map message (Save map.ptm? Yes/No) when closing a VB6 application that contains an activeX mappoint control?
This is a discussion on 7/25/01 Ed: How does one inhibit the popup save .... within the MapPoint Desktop Discussion forums, part of the Map Forums category; 7/25/01 Ed: How does one inhibit the popup save map message (Save map.ptm? Yes/No) when closing a VB6 application that ...
7/25/01 Ed:
How does one inhibit the popup save map message (Save map.ptm? Yes/No) when closing a VB6 application that contains an activeX mappoint control?
Include the objMap.Saved = True statement in your code:
<form><textarea wrap="off" readonly="true" name="code" style="BORDER-BOTTOM: gray 1px inset; BORDER-LEFT: gray 1px inset; BORDER-RIGHT: gray 1px inset; BORDER-TOP: gray 1px inset; OVERFLOW: auto; WIDTH: 100%" rows="5" cols="40">
Private Sub cmdEnd_Click()
On Error Resume Next
objMap1.Saved = True
End Sub</textarea></form>
There are currently 1 users browsing this thread. (0 members and 1 guests)