Tagged Questions

2
votes
2answers
319 views

Custom-drawing MapPoint maps in C#?

My application requires an on-drive map as there will be no internet access during operation. I've kind of settled on using MapPoint 2009, but the map 'style' really clashes with my overall UI look …
2
votes
1answer
71 views

MapPoint Web Service Zoom Level

I am modifying an application that someone else wrote for MapPoint Web Service. Its a pretty old application and I think its using version 3.5 of MapPoint Web Service. I would like to know how to set …
1
vote
1answer
486 views

MapPoint 2009 Load Performance

I'm having some problems integrating MS MapPoint 2009 into my WinForms .Net 2.0 application in C#. I've added the ActiveX MapPoint control onto a form and have no problems getting it to display a …
1
vote
2answers
242 views

VC++ and MapPoint OCX problem

Hello I am writing a VC++ MFC dialog based app which requires Microsoft MapPoint embedding in it. To do this I'm using MS VC++ .NET 2003 and MapPoint Europe 2006 to do this but am having problems as …
0
votes
1answer
21 views

Microsoft XP Windows - Mapping application to match access data - “Mappoint”

Does anyone know where I can find a good mapping tool to use in connection with Access data? Similiar to Mappoint but not even as detailed/in-depth. Anything that would work with Access or Excel would …
0
votes
0answers
18 views

Is there a restriction on MapPoint GlobeControl objects?

I am trying to make a control that makes use of the MapPoint 3d rendering engine. The control gets a GlobeControl (via the GlobeControl constructor) and then renders a 3D map. The problem is that if …
0
votes
1answer
182 views

Mappoint 2009 Europe MapPointControl.ocx

I have an old legacy VB6 app that I support, which uses the MapPointControl.ocx. Customers are saying it doesnt work with Mappoint 2009. Having Googled, it would appear the European addition of …
0
votes
1answer
242 views

How to send multiple waypoints to a virtual earth routing web service

Hi, I'm trying to use the virtual earth web service: http://staging.dev.virtualearth.net/webservices/v1/routeservice/routeservice.svc?wsdl to return the total journey distance made by a vehicle …
0
votes
1answer
97 views

How to List All Locations in MapPoint 2009 within a PlaceCategory using .NET (C# or VB.NET)?

I have MapPoint 2009 installed and added a reference to the "Microsoft MapPoint 16.0 Object Library (North America)" COM component to my C# project. If I do the following, I can get a list of all the …
0
votes
0answers
22 views

Can JPG’s be imported into MapPoint ?

Hello Can anyone tell me if it is possible to import .jpg files into MS Mappoint Europe 2006 ? If it is possible can this be done by an OCX control ? I would like to import some aerial photography …
0
votes
1answer
461 views

How do I assign a custom icon to a Pushpin in Mappoint ?

Hello I'm writing a MFC app that uses the MS Mappoint OCX. I need to display the locations of people and vehicles on the map and the best of doing this appears to be with Pushpin objects. I have no …