Hi there
I'm using the Mappoint ActiveX Control for a small application. But it takes some time ( 5 seconds ) when I start my application because the mappointcontrol loads the Map geoMapEurope.
But when I start Mappoint2004 it's almost just in time there. Where is the difference or what can I do to load the map faster?
This is what I'm doing:
Dim WithEvents MappointScreen As MappointControl
Set MappointScreen = UserControl.Controls.Add("MapPoint.Control.11", "Mappoint")
MappointScreen.Visible = True
MappointScreen.NewMap geoMapEurope
I also tried to use the MappointControl drawn in my usercontrol without adding it to my controls-collection but the effect was the same.
Thanks in advance
Syd