just a hopefully not too long qquestion: Is it possible in C++ to "attach" to HWNDs to eachother? As an result the one should always follow the otehr one, no matter whether there are other windows infront of them or whether that window is ontop.
Does anyone know how that could be done? Note that the HWND is practically the only thing I know about that window which should be followed.
Thanks in advance!