mappoint

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 when I select "Insert ActiveX Control" no MapPoint control appears in the list of options. I have tried manually registering mappointcontro...

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 maps and locations; my concern is the time it takes to load a map once it is created. The tests on my development machine have shown the av...

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 problem displaying a stock pushpin icon with some text but want to change the icon to a custom designed one. From the limited amount of Mapp...

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 of an area into MapPoint to enhance the coverage of a small area, Thanks for your time Ian ...

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 the default zoom level? I would like to get a closer view of the location by default. I found the MapOptions.Zoom Properties but that look...

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 and feel. I'm wondering if there's some way to custom draw everything on the map (roads, labels, etc.)? It's crossed my mind that perhaps th...

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 "places" within a specific city: var m = new MapPoint.Application(); var map = m.ActiveMap; MapPoint.FindResults r = map.FindPlaceResults...

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 that has stopped at several points. My code works fine for journeys with 4 waypoints, but anything more than that I get the following error: ...

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 Mappoint shipped with a bad OCX file on it. Apparently this has now been sorted on the latest CDs, but that doesnt help my customers who are s...

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 I try to get another GlobeControl later the globeControl.Host object of the newly constructed GlobeControl has almost all of its members ...

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 be really what I need. Thanks! ...

SQL Server & Mappoint/Spatial Table/Long&Lat

Hi all I am trying to map some data out of MS SQL Server 2008 (express) and Mappoint with the Mappoint addin for Sql server. The only issue i have is this spatial table stuff. I think i understand what a spatial data is now but i just need an example of how to go about cross referencing my states table with its spatial data. so i have a...

upgrading .NET application from MapPoint 2004 to 2009...

I am in the process of upgrading a Visual Studio 2005 .NET (C#) application from it's integration with MapPoint 2004 to supporting MapPoint 2009. After a bit of searching and fiddling, I've generated new DLLs using "tldimp" and "aximp" and now have Interop.MapPoint.dll and AxInterop.MapPoint.dll and the namespaces seem to line up to the...

Embedding Mappoint 2010 Control in C# WinForm Creates Registry Error In Win7 (64-bit)

I have a WinForms application with an embedded MapPoint control that I've been maintaining for about 5 years now. The application originally used MapPoint 2004, then 2006, and now we're upgrading to 2010. Within my development environment (VS2008/.NET 2.0 for the project) the application runs fine. Once I create an installer and insta...

Mapping Application for Middle East

We have a desktop application that has been using MapPoint for displaying data on a European map. We now want to support Middle East maps, but MapPoint only support North America and Europe. Is there any other alternative to MapPoint that can be easily integrated in a .NET based Win Forms application? ...

Virtual Earth adding pushpins by address - events firing out of order

I’ve been working on a mapping project to display service orders for a utility company but I’m having some issues getting the numbering on my pins and the info boxes. The following is a small segment of the page I’m working with to demonstrate the issue. http://www.evocommand.com/junk_delete_me/virtual_earth_testing/VirtualEarthTest.htm...

Have a problem importing to MapPoint through a C# DLL

We're trying to import a file from a C# dll into MapPoint, and can get it to read the data just fine, but we are having trouble with MapPoint not recognizing all of the addresses. Currently, our file contains not only address information, but latitude and longitude as well (under the headers of Lat and Lon). Is there any options we can...

How to best utilize the new Type Equivalance features to host the MapPoint Control in a WPF Application

How to best utilize the new Type Equivalance features to host the MapPoint Control in a WPF Application. This is related to my other question about what is entailed as far as maintaining interop assembleis with regard to the new NoPIA and Type Equivalance features. But now I'm interested in actually getting a working implementation to s...

Mappoint Routing Solution

Hi, I'm working on updating an in-house routing solution that has been working well for some time. However a change in requirements is causing some problems. While googling, I came across a Microsoft product called MapPoint 2010. From what I've read this product has an API that can be used from .net (c#). At present we use Google Ma...