Community of VE/MapPoint Users and Developers
This is a discussion on VB 6.0 and MapPoint add a pushpin? within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; I’ve been surfing all day and downloading all kinds of crazy MapPoint examples but for the life of me can’t ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| VB 6.0 and MapPoint add a pushpin? In the end I’d like to have my code start running based on a “right click” on the MapPoint map but for the time being I’m fine with stepping through my code from VB 6.0 , for some reason all of the examples I’ve tried to create just sit there and none of the events ever get fired. EXAMPLES, IDEAS or COFEEE Welcome? I'm familiar with VB 6.0 but not on how to get it working with MapPoint... THANKS |
| ||||
|
Try this example. Code: Dim objmap As MapPoint.Map Set objmap = GetObject(, "MapPoint.Application").ActiveMap Set objFindResults = objmap.FindAddressResults(, , , , "20037", geoCountryUnitedStates) objmap.AddPushpin objFindResults(1).Location, "My Pushpin"
__________________ John http://www.support-pc.com Order MapPoint 2006 Here https://secure.mp2kmag.com/?refer=support-PC |
![]() |
| Tags |
| add, mappoint, pushpin |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Getting the cursor to look like a MapPoint pushpin | BobFromBoston | MapPoint 2006/2009 Discussion | 1 | 02-04-2006 04:02 AM |
| MapPoint logo obscuring pushpin | Anonymous | MapPoint 2006/2009 Discussion | 1 | 09-29-2004 06:13 PM |
| How to Add pushpin to a MapPoint Direction every 50m.? | Anonymous | MapPoint 2006/2009 Discussion | 3 | 06-26-2003 03:15 PM |
| Finding Pushpin Name by clicking on the Pushpin?(MP 2002) | NickSP | MapPoint 2006/2009 Discussion | 4 | 01-10-2003 01:11 PM |
| VB6 + MapPOINT : How to go to a Pushpin ? | Vincent BENNER | MapPoint 2006/2009 Discussion | 1 | 09-06-2002 11:14 AM |