Trying to manipulate the MapPoint Control 9.0 that came with MP2002. Help file says to use MapPointCtl library. Ie:
Sub Form_Load()
Dim objMap As MappointCtl.Map
'Use the default North American Map
Set objMap = MPC.NewMap(geoMapNorthAmerica)
End Sub
I'm getting an error. MapPointCtl doesn't exist. SO I can't use it. I have MapPoint and MapPointUtilities. I've tried getting around this with MapPoint.APplication, but I don't want MapPoint to open outside of my application, I need this to work with the ActiveX Contorl embeded within my form. Any ideas?
-Josh