UdoScheuvens
Programmer
Hello,
I have the following problem with the window focus: I have 2 applications running, where one starts the other. After a couple of seconds the focus returns the first application, and whenever I set it back to the second manually it will return to the first after a short while.
When debugging the first application with a breakpoint within the "GotFocus" event, there's no other code within this application being executed before. And if I kill the first application, the focus will stay at the second forever.
Is there any way to find out, by what the focus switch was caused? Any kind of external spy program or something like that? Any idea would be helpful.
Udo
I have the following problem with the window focus: I have 2 applications running, where one starts the other. After a couple of seconds the focus returns the first application, and whenever I set it back to the second manually it will return to the first after a short while.
When debugging the first application with a breakpoint within the "GotFocus" event, there's no other code within this application being executed before. And if I kill the first application, the focus will stay at the second forever.
Is there any way to find out, by what the focus switch was caused? Any kind of external spy program or something like that? Any idea would be helpful.
Udo