MapPoint Forums

MapForums

Community of VE/MapPoint Users and Developers




Custom Symbol in active map

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 ...


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

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



Click here to register

Reply

 

LinkBack (1) Thread Tools Display Modes
  1 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 09-08-2008
Member
Yellow Belt
 
Join Date: May 2007
Posts: 31
Custom Symbol in active map

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
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
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 09-09-2008
Senior Member
Black Belt
 
Join Date: Nov 2004
Posts: 2,112
Re: Custom Symbol in active map

Hi,

Tha AddPushpin() method add custom pushpins in the table.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3 (permalink)  
Old 09-21-2008
Member
Yellow Belt
 
Join Date: May 2007
Posts: 31
Re: Custom Symbol in active map

Hi Wilfred,
Thanks for the reply I have it now.
regards,
JoeBo
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
active, custom, map, symbol


LinkBacks (?)
LinkBack to this Thread: http://www.mapforums.com/custom-symbol-active-map-8452.html

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

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

Similar Threads

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


All times are GMT -5. The time now is 06:40 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
MP2K Magazine
Visitor Map


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