gkelly
11-11-2002, 01:39 PM
the following fails
dim mp as MappointControl
set mp = CreateObject( "MapPoint.Control 0.9" )
error: ActiveX component can't create object
set mp = CreateObject( "MapPoint.Control" )
error: Type Mismatch
Is there a way to create a Mappoint object without placing it on a form?
dim mp as MappointControl
set mp = CreateObject( "MapPoint.Control 0.9" )
error: ActiveX component can't create object
set mp = CreateObject( "MapPoint.Control" )
error: Type Mismatch
Is there a way to create a Mappoint object without placing it on a form?