Quote:
Originally Posted by Wilfried When you create the mappoint application the windows handle is returned. You could keep track of it. Remember windows handles are exclusive but not exclusive in time. If application shut down then the same handle can be something else a while later. |
Well i create the application with the following code
Code:
MapPoint.ApplicationClass app= new MapPoint.ApplicationClass();
How can I get the handle from that?