Hi,
if i calculate, mappoint automatically shows
the itinerary. If i set it to false after the
calculation it flickers.
How can i tell mappoint not to show it each
time?
This is a discussion on Deactivate Itinerary within the MapPoint Desktop Discussion forums, part of the Map Forums category; Hi, if i calculate, mappoint automatically shows the itinerary. If i set it to false after the calculation it flickers. ...
Hi,
if i calculate, mappoint automatically shows
the itinerary. If i set it to false after the
calculation it flickers.
How can i tell mappoint not to show it each
time?
I cant tell you why the itinerary is flickering on but, you grab the map window and put it in your apps GUI you can minimize MapPoint with this code:
m_myMapPoint->PutWindowState( geoWindowStateMinimize );
or you can even hide it all together by sending a windows message.
ShowWindow(hwnd MapPointWnd,SW_HIDE);
Re,
simple an it won't even flicker that much ...Code:mapPoint.Visible = false; ... <DoStuff> ... mapPoint.ItineraryVisible = false; mapPoint.Visible = true;
Hi,
A workaround could also be to capture the screen just before calculating the route, then display the capture on top of the map and remove it a little later.
rgds, Wilfried Mestdagh
www.mestdagh.biz
www.comfortsoftware.be
www.expertsoftware.be
MapPoint coding demo
MapPoint 2011 available, buy now
There are currently 1 users browsing this thread. (0 members and 1 guests)