Steven
05-09-2006, 01:08 PM
Hi,
my case is that i need to show one map associated to the person who is checked from a list.
Here how I save and open maps...
m_carte.mapControl.SaveMapAs(this.Text)
m_carte.mapControl.OpenMap(this.Text + ".ptm");
I want to know if it is possible to save the activeMap in a variable MapPoint.Map and later affect this MapPoint.Map to MapControl.ActiveMap but its read only.
any ideas?
thanks.
my case is that i need to show one map associated to the person who is checked from a list.
Here how I save and open maps...
m_carte.mapControl.SaveMapAs(this.Text)
m_carte.mapControl.OpenMap(this.Text + ".ptm");
I want to know if it is possible to save the activeMap in a variable MapPoint.Map and later affect this MapPoint.Map to MapControl.ActiveMap but its read only.
any ideas?
thanks.