Community of VE/MapPoint Users and Developers
This is a discussion on number of pushpins of mappoint within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; hi, i'm writing an application that uses symbols loaded from .bmp images, when i want to add a pushpin with ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| number of pushpins of mappoint i'm writing an application that uses symbols loaded from .bmp images, when i want to add a pushpin with on of these symbols i only have to know the id of the symbol.... the problem is that i load an initial map with all that bmp-symbols to be faster.... in mappoint 2002 it started in id number 256 but now in 2004 there are more symbols and that number has changed. My question if is there a way to know the initial id of that bmp-symbols that i pre-loaded in the map... i know that if i load them by code i get the id but my question is to know the id of new symbols preloaded in the map... thats because the application must run in mappoint 2004 and 2002 showing the same symbols. bye, thx. |
| |||
| Pins
I do not reference the pins directly, I load the bitmap thus: lCarIcon = oMap.Symbols.Add("\Carboss\Data\CarLocationW.bmp") + 1 This has the effect of assiging lCarIcon to the next available number for the pin, therefore when you assign it to the pin you can do this: oPin.Symbol = oMap.Symbols.item(lCarIcon) Thats my way of doing it anyway. Richard |
![]() |
| Tags |
| mappoint, number, pushpins |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| importing a raw number into mappoint | gwheeler | MapPoint 2006/2009 Discussion | 1 | 05-19-2005 02:19 PM |
| Zooming to a fixed number | Anonymous | MapPoint 2006/2009 Discussion | 7 | 09-08-2004 02:30 PM |
| Max number of Pushpins / Your suggestion? | Anonymous | MapPoint 2006/2009 Discussion | 4 | 05-20-2004 07:33 PM |
| Missing Street Number Data in MapPoint 2004 | scundy | MapPoint 2006/2009 Discussion | 2 | 11-04-2003 12:02 PM |
| is there a way to access the phone number of an it.... | Anonymous | MapPoint 2006/2009 Discussion | 1 | 12-18-2001 06:04 AM |