objRoute.Calculate method displays directions pane on MapPoint control. Is there any way I can minimize it or hide it programmatically. Thanks.
This is a discussion on objRoute.Calculate method displays directions pane.... within the MapPoint Desktop Discussion forums, part of the Map Forums category; objRoute.Calculate method displays directions pane on MapPoint control. Is there any way I can minimize it or hide it programmatically. ...
objRoute.Calculate method displays directions pane on MapPoint control. Is there any way I can minimize it or hide it programmatically. Thanks.
This is Assuming you are using the Mappoint Control Named "MappointControl1" in VB6
Private Sub MappointControl1_RouteAfterCalculate(ByVal pRoute As MapPointCtl.Route)
MappointControl1.ItineraryVisible = False
End Sub
John
John@support-pc.com
There are currently 1 users browsing this thread. (0 members and 1 guests)