I am working on a utility that manages other running applications. At a certain input event, my application displays a window, the user can select some operation from the window, the window disappears and control returns to the previous application. My problem is that clicking in the window of my applications activates my application, thus removing focus from the window of previous applications. I can reactivate the previous application when my window closes, but Id rather keep the original application all the time. Is it possible?
zoul
source share