Community of VE/MapPoint Users and Developers
This is a discussion on Highlighted places in MapPoint control within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; Hi, I would like to find out how many highlighted places (not pushpins) are currently in a MapPoint control. I ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Highlighted places in MapPoint control I would like to find out how many highlighted places (not pushpins) are currently in a MapPoint control. I don't need their details at the moment, just a count of how many there are will be fine. Please can you help. Thanks. Regards, Jonny |
| |||
| Re: Highlighted places in MapPoint control
Hi, I assume you mean that the user can highlight things and that you have to detect it. If a user wants to highlight something he must first select it. So the place to be is in SelectionChange. There you check the selection and if it is Location then assign the selection to a Location object. Then in the MouseUp event you can check if this location is assigned and highlited. If so you can keep it in a list. You can also check here if one of your list is disabled highliting. Dont forget to set it to null again to not do unnecacary CPU in the next MouseUp
__________________ rgds, Wilfried Mestdagh www.mestdagh.biz MapPoint coding demo Order MapPoint 2009 with Routing and User Tools Spreadsheet |
| |||
| Re: Highlighted places in MapPoint control Quote:
Quote:
Regards, Jonny |
![]() |
| Tags |
| control, highlighted, mappoint, places |
| ||||
| Posted By | For | Type | Date | |
| Programming MapPoint in .NET - MP2K Magazine | This thread | Refback | 02-22-2007 10:04 AM | |
| Map Visitors - Powered by Virtual Earth | This thread | Refback | 02-19-2007 11:41 AM | |
| Map Visitors - Powered by Virtual Earth | This thread | Refback | 02-19-2007 11:41 AM | |
| An API to Control MapPoint 2006 GPS Features - Part I of II - MapPoint Articles - MP2K Magazine | This thread | Refback | 02-19-2007 12:49 AM | |
| Creating Geocoding Exceptions for MapPoint Web Service Applications - MapPoint Articles - MP2K Magazine | This thread | Refback | 02-19-2007 12:43 AM | |
| The Magazine for MapPoint - MP2K Magazine | This thread | Refback | 02-17-2007 08:02 PM | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Excel macro based on Highlighted Mappoint pushpins | RHill | MapPoint 2006/2009 Discussion | 2 | 10-11-2006 09:18 AM |
| Printing pins that are highlighted in optimized order | dwedrick | MapPoint 2006/2009 Discussion | 2 | 10-12-2005 05:24 PM |
| Re: Keyboard control in mappoint activex control | djcapslock | MapPoint 2006/2009 Discussion | 1 | 03-10-2005 11:16 AM |
| I am trying to get the distance between two places.... | Anonymous | MapPoint 2006/2009 Discussion | 1 | 08-02-2002 08:01 AM |
| After someone places pushpins on the map I need th.... | Anonymous | MapPoint 2006/2009 Discussion | 1 | 05-16-2002 01:43 PM |