I have an application A
, and I want it to stick to application B
's window.
I want the relative window position of A
to B
to be fixed, so whenever B
moves, A
comes along.
I know the process name of application B
. How do I get the window position, and the window position change event, of B
?
I have the source of A but B is not available.