Community of VE/MapPoint Users and Developers
This is a discussion on Shading/Highlighting within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; When in MP and you click on a title, such as Canada, or British Columbia then that region is in ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Shading/Highlighting Thanks. |
| |||
|
The following VB has the same effect as clicking on the country, state or region: Code:
Dim oMPMap As MapPoint.Map
Dim oMPApp As MapPoint.Application
Dim oMPLoc As MapPoint.Location
Set oMPApp = CreateObject("Mappoint.Application")
Set oMPMap = oMPApp.ActiveMap
oMPApp.Visible = True
oMPApp.UserControl = True
'Find a place and select it
Set oMPLoc = oMPMap.FindPlaceResults("Canada")(1)
oMPLoc.Select
|
![]() |
| Tags |
| shading or highlighting |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| using routes and highlighting route | unni | MapPoint 2006/2009 Discussion | 1 | 07-25-2005 10:10 PM |
| Map Printouts With Special Shading | ReaghIII | MapPoint 2006/2009 Discussion | 0 | 08-18-2004 09:50 AM |
| After shading demographic data by zipcodes in disc.... | Anonymous | MapPoint 2006/2009 Discussion | 1 | 02-15-2002 09:35 PM |