Community of VE/MapPoint Users and Developers
This is a discussion on Mappoint Pushpin problem within the Development forums, part of the MapPoint 2006/2009 Discussion category; Hi guys, here part of codes i try to find for a result and add in location then use that ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Mappoint Pushpin Location problem here part of codes i try to find for a result and add in location then use that to add in my pushpin the location detail capture is correct but after go in the pushpin the information is lost postal code ,city,country all lost any idea? Mapoint.FindResults oFindResults=oMap.ObjectsFromPoint(x,y) object oObj; oObj = (object)1; MapPoint.Location oL; oL= (MapPoint.Location)oFindResults.get_Item(ref oObj); Mappoing.Pushpin oShowPlace = oMapHelper.oMap.AddPushpin(oL,"Markerad adress"); oShowPlace.Highlight = true; // Red symbol oShowPlace.Symbol = 1; } any solution for this? Last edited by benlaw81; 06-13-2008 at 09:59 PM. |
| |||
| Re: Mappoint Pushpin problem Quote:
retrieve out the postal code is gone only left streetname which i see combine the address BTW i got another problem i got this application adding Mappoint control and adding mappoing object library how to make both working together? or actually i should stick to one only? please advice THANKS |
| |||
| Re: Mappoint Pushpin problem
Hi, You cannot have the object model and the activex model in the same application. At least not in C#. Probably never.
__________________ rgds, Wilfried Mestdagh www.mestdagh.biz MapPoint coding demo Order MapPoint 2009 with Routing and User Tools Spreadsheet |
| |||
| Re: Mappoint Pushpin problem
hi guys i have find solution for my problem it's cause by the regional language setting in my case i didnt switch it to swedish and the mappoint previously is install and configure to swedish format so guys beware next time btw i have tested control n object can work together in a application what u need to do is use type library to export into different namespace and there it go Thanks everyone ![]() |
![]() |
| Tags |
| mappoint, problem, pushpin |
| ||||
| Posted By | For | Type | Date | |
| Automating MapPoint with the .NET SDK - MapPoint Articles - MP2K Magazine | This thread | Refback | 06-17-2008 01:19 PM | |
| Microsoft MapPoint 2006 - MP2K Magazine | This thread | Refback | 06-13-2008 01:19 AM | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Pushpin Tool 2.4 Trail Version Installation Problem | noesteoeste | Products: Pushpin Tool, Single State Mapper | 2 | 1 Week Ago 11:46 AM |
| Pushpin Problem | PeterLeeds | MapPoint 2006/2009 Discussion | 7 | 01-15-2008 02:11 PM |
| MAPPOINT - Problem : Pushpin is NOT displayed | Transit | MapPoint 2006/2009 Discussion | 8 | 01-15-2008 02:07 PM |
| Problem: Pushpin -> Polyline | Michelin | MapPoint 2006/2009 Discussion | 1 | 02-26-2004 01:31 PM |