View Single Post

  #1 (permalink)  
Old 11-06-2006
tea_boy tea_boy is offline
Junior Member
White Belt
 
Join Date: Nov 2006
Posts: 9
Stopping the White route properties box from being displayed

Hi, I am currently working on a gps tracking system using mappoint 2006 activex controls. I have been able to setup a route by adding a list of waypoints to the route object, and can display the route. However when i display the route a white box with timing information ect pops up at the top of the screen. I have found that this can be hidden by calling

axMapControl.ItineraryVisible = false;

However this only works once the box is displayed, meaning that the user sees the box appear for a short time before it is hidden. I have looked for a property to disable it from being shown at all, but have had no look.

Any help would be greatly appreciated

Thanks
Reply With Quote