View Single Post

  #3 (permalink)  
Old 05-03-2007
Marin Marin is offline
Junior Member
White Belt
 
Join Date: Apr 2007
Posts: 6
Re: Finding MapPoint process

Quote:
Originally Posted by Wilfried View Post
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?
Reply With Quote