Community of VE/MapPoint Users and Developers
This is a discussion on Getting Location Object by only the ZipCode within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; Anyone know how to do this?...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
|
Try This Code: Dim objmap As MapPoint.Map
Set objmap = MappointControl1.ActiveMap
Set objLoc = objmap.FindAddress("", "", "", 21144, geoCountryUnitedStates)
MsgBox "The first item in the find list is: " + objLoc.Name
__________________ John http://www.support-pc.com Order MapPoint 2006 Here https://secure.mp2kmag.com/?refer=support-PC |
![]() |
| Tags |
| location, object, zipcode |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to get Lat, Lon from a Location object? | Van | MapPoint 2006/2009 Discussion | 7 | 02-01-2005 03:49 PM |
| Persisting a Location object to disk | Anonymous | MapPoint 2006/2009 Discussion | 1 | 07-16-2004 01:04 PM |
| Country-information from Location-object | C72831 | MapPoint 2006/2009 Discussion | 0 | 01-03-2004 07:27 PM |
| Getting address information of location object in delphi? | Sheridan | MapPoint 2006/2009 Discussion | 1 | 03-07-2003 09:37 AM |
| Decode Location Object to Latitude, Longtitude positions? | Anonymous | MapPoint 2006/2009 Discussion | 1 | 10-16-2002 06:29 AM |