Community of VE/MapPoint Users and Developers
This is a discussion on Custom Symbol in active map within the Development forums, part of the MapPoint 2006/2009 Discussion category; I want to add custom pushpin symbols to an active map Eric has shown how to do this here http://www.mapforums.com/i-need-use-my-own-jpg-image-symbol-4766.html ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Custom Symbol in active map But how do I change the symbol on an active map not a new one using bitmaps held in C:\images. My current code is: Dim objmap As MapPoint.Map Dim pp As MapPoint.Pushpin Dim objLoc As MapPoint.Location objmap = Me.AxMappointControl1.ActiveMap For x = LBound(VehMove, 1) To UBound(VehMove, 1) If Not (VehMove(x, 3)) = Nothing Then pp = objmap.FindPushpin(VehMove(x, 0)) pp.Location = objmap.GetLocation(VehMove(x, 1), VehMove(x, 4), 1) pp.Note = VehMove(x, 3) If Me.VehicleItem.Text = VehMove(x, 0) Then pp.GoTo() End If MoveRec = False End If objmap.Saved = True Next |
| |||
| Re: Custom Symbol in active map
Hi, Tha AddPushpin() method add custom pushpins in the table.
__________________ rgds, Wilfried Mestdagh www.mestdagh.biz MapPoint coding demo Order MapPoint 2009 with Routing and User Tools Spreadsheet |
![]() |
| Tags |
| active, custom, map, symbol |
| ||||
| Posted By | For | Type | Date | |
| MapPoint Download - MP2K Magazine | This thread | Refback | 09-08-2008 02:50 PM | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Optimize Custom Symbol Map Rendering Performance | gkirbo | MapPoint 2006/2009 Discussion | 21 | 05-09-2006 07:21 PM |
| Help! Import Custom Symbol Array | Anonymous | MapPoint 2006/2009 Discussion | 2 | 01-07-2005 04:29 PM |
| custom symbol sets - newbie help | Suzgreive | MapPoint 2006/2009 Discussion | 0 | 11-30-2004 12:49 PM |
| Adding custom pushpin symbol | M.Vrolijk | MapPoint 2006/2009 Discussion | 2 | 09-20-2004 07:55 AM |
| programmatically load a custom symbol | Anonymous | MapPoint 2006/2009 Discussion | 1 | 08-22-2002 05:02 PM |