Thread: find tool
View Single Post

  #2 (permalink)  
Old 09-15-2006
Wilfried Wilfried is offline
Senior Member
Black Belt
 
Join Date: Nov 2004
Posts: 2,122
Hi,

There is a windows API function FindWindow(), with arguments the Caption of the window and the class name. 1 of them may be null.

The busy report is because the user has opened a modal form (the find window). Maybe it is better that a user dont interact with the same map where your application is interacting with (if that is possible of course). Another approach could be to use the ActiveX control and let the user permit only what your program permit.
Reply With Quote