Hey,
Can I have two maps on the same Mappoint Control, one should be shown, the other should be hidden. I'm using Mappoint 2004, can I do that? And if, how can I?
Thanks!
Leen
This is a discussion on Two maps on same control within the MapPoint Desktop Discussion forums, part of the Map Forums category; Hey, Can I have two maps on the same Mappoint Control, one should be shown, the other should be hidden. ...
Hey,
Can I have two maps on the same Mappoint Control, one should be shown, the other should be hidden. I'm using Mappoint 2004, can I do that? And if, how can I?
Thanks!
Leen
Hi,
Dim map1 As MapPointCtl.map
Dim map2 As MapPointCtl.map
Set map2 = MPC.NewMap(geoMapNorthAmerica)
Set map1 = MPC.NewMap(geoMapNorthAmerica)
Set map1 = MPC.ActiveMap
Don't know if this is working.
Greetings,
Syd
There are currently 1 users browsing this thread. (0 members and 1 guests)