I need to fire an event AFTER a form has finished loading and is displayed to the user.
Currently, I'm initializing my MapPoint control on my form in the form_load event. But, if the connection to the MapPoint server is down, the form never really finishes loading before an exception is thrown and it's very slow.
I want to put my MapPoint initialize inside an event that fires AFTER the form has finished loading and is displayed to the user.
How can I do this?
Currently, I'm initializing my MapPoint control on my form in the form_load event. But, if the connection to the MapPoint server is down, the form never really finishes loading before an exception is thrown and it's very slow.
I want to put my MapPoint initialize inside an event that fires AFTER the form has finished loading and is displayed to the user.
How can I do this?