Community of VE/MapPoint Users and Developers
This is a discussion on Non-Programmer Needs Push Pin Programming Help within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; I have a basic understanding of VB6 but it appears as though I might be in over my head. Here ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Non-Programmer Needs Push Pin Programming Help Thanks for your help. Gary |
| |||
|
Hi Gary, You have to add some symbols yourself as Mappoint does not have 500 different symbols. Therefore you can make bitmap images. First you make Location object with the latitude and longitude, then you create pushpin with that location. Then add existing or new symbol as in this example: Code: Location loc = MP.ActiveMap.GetLocation(Lat, Lon, 1); PushPin pp = MP.ActiveMap.AddPushPing(loc); pp.Symbol = MP.ActiveMap.Symbols.Add(FileName);
__________________ rgds, Wilfried Mestdagh www.mestdagh.biz MapPoint coding demo Order MapPoint 2009 with Routing and User Tools Spreadsheet |
![]() |
| Tags |
| nonprogrammer, pin, programming, push |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Ambiguous messages ( programming or not programming? ) | Mohamed | MapPoint 2006/2009 Discussion | 1 | 06-13-2006 04:35 PM |
| Map Point & .Net Programmer | sar70 | MapPoint 2006/2009 Discussion | 1 | 04-27-2006 08:29 AM |
| Programming MapPoint via .NET | Anonymous | MP2K Magazine Articles | 1 | 02-21-2006 10:42 AM |
| How to programming using VC6.0 | confach | MapPoint 2006/2009 Discussion | 4 | 03-01-2004 06:25 AM |
| Programming in VB.Net | Anonymous | MapPoint 2006/2009 Discussion | 3 | 12-01-2003 10:52 AM |