| Re: the map is empty after Show/Hide form with MapPoint cont
I have the same problem.
The long initializing time of the NewMap method obligates me to let my Form always open. So I have to use the Hide methode of the Form (or Form.Visible = False) but the mappoint control move alway to the UNINITIALIZED State. This cause a lot of errors (nothing with the control work) and try to do the NewMap method again cause an error too.
Someone knows how to keep the Control Initisalized although the form is hide then show? |