View Single Post

  #2 (permalink)  
Old 03-25-2004
arsenic77 arsenic77 is offline
Junior Member
White Belt
 
Join Date: Jun 2003
Posts: 5
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?
Reply With Quote