Hello,
I create a MapPointApplication with the following code:
Then I add pushpins to it:Code:ApplicationClass mapPointApplication = new ApplicationClass();
Code:mapPointApplication.ActiveMap.AddPushpin(location, "1");
How can I check if MapPoint is still running and hasn't been closed by the user?
Bye,
MD