MapPoint Forums

MapForums

Community of MapPoint and Virtual Earth Users and Developers




Please help me on mappoint and vb.net

This is a discussion on Please help me on mappoint and vb.net within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; Hi, In my application i have n location for drawing a route. My code is: __________________________________________________ __________________________ for i = ...


Go Back   MapPoint Forums > Map Forums > MapPoint 2006/2009 Discussion

Today's Posts Twitter Feed Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read



Click here to register

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-24-2006
Junior Member
White Belt
 
Join Date: Feb 2006
Posts: 3
Please help me on mappoint and vb.net

Hi,
In my application i have n location for drawing a route.

My code is:

__________________________________________________ __________________________
for i = 0 to n
....

Locazioni(i) = oMap.GetLocation(lat,lon,alt)
...
...
if i>0 then
Dim objRoute As MapPoint.Route
objRoute = oMap.ActiveRoute
objRoute.Waypoints.Add(Locazioni(i-1), "")
objRoute.Waypoints.Add(Locazioni(i), "")
objRoute.Calculate()
end if
....
....
next i
oMap.ActiveRoute.Application.ItineraryVisible = False
--------------------------------------------------------------------------------------------------------------------------------------

for each waypoints i want to delete (or invisible) the yellow labels which is a couple of number.

How can i do?

Thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2 (permalink)  
Old 02-25-2006
John Meyer's Avatar
Senior Member
Blue Belt
 
Join Date: Jul 2002
Posts: 479
I do not think it is possible. there is no property exposed to allow you to modify that - sorry...
__________________
John
http://www.support-pc.com

Order MapPoint 2006 Here
https://secure.mp2kmag.com/?refer=support-PC
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
mappoint, vbnet


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 03:21 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0 RC2
MP2K Magazine
Visitor Map

Majorca Holiday
Enjoy a Majorca holiday at a good price when you check out the offers on UlookUbook for this popular destination!



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59