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?