View Single Post

  #1 (permalink)  
Old 05-15-2004
ruyasan ruyasan is offline
Junior Member
White Belt
 
Join Date: May 2004
Posts: 4
hiding directions after route calculation in a MP controll

I'm writing a VB script involving the MapPoint Active X Control (its rather handy might i add) from MapPoint 2002 (control version 9)

I'm having a terrible time finding a way to hide the directions after I have a route calculated.

The only objects/properties which might have anything to do with that particular pane are the Toolbar collections and the PaneState property. However, it appears that the directions are classified as none of the above.

To illustrate what I mean:


From a script 2 waypoints are added and a route is calculated. The route shows up highlighted in the MapPoint Control and unfortunately, so do the directions in a panel above it.

What I want to do is to display JUST the highlighted route on the map without the written directions on top of it.

Any help?
Reply With Quote