How can I use MappointControl.ocx for Europe version when I also have US version installed on my PC? regsvr32 EUROPE_VERSION_OCX did not work.
Thanks in advance...
This is a discussion on How can I use MappointControl.ocx for Europe version within the MapPoint Desktop Discussion forums, part of the Map Forums category; How can I use MappointControl.ocx for Europe version when I also have US version installed on my PC? regsvr32 EUROPE_VERSION_OCX ...
How can I use MappointControl.ocx for Europe version when I also have US version installed on my PC? regsvr32 EUROPE_VERSION_OCX did not work.
Thanks in advance...
There is no separate OCX. Install MapPoint Europe on a machine normally and just specify which map you want to load in the NewMap method.
For example:
If MyMapRegion = "USA" Then
ctlMap.NewMap geoMapNorthAmerica
Else
ctlMap.NewMap geoMapEurope
End if
Almost everything else works seamlessly irrespective of the map region.
Hope this helps
There are currently 1 users browsing this thread. (0 members and 1 guests)