Anonymous
04-04-2003, 07:58 PM
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...
Thanks in advance...
How can I use MappointControl.ocx for Europe versionAnonymous 04-04-2003, 07:58 PM 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... shaistasohail 04-07-2003, 12:59 AM 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 | ||