|
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. |