|
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 |