View Single Post

  #2 (permalink)  
Old 04-07-2003
shaistasohail shaistasohail is offline
Junior Member
Yellow Belt
 
Join Date: Sep 2002
Posts: 20
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
Reply With Quote