Hello,
I want to develop Windows program who can stick into other window.
I searching fastest-way to do this. I can get by WinAPI
all
information about target window and move my window into good location
and after it Sniffing Windows Messages of target window to searching resize or move window and after this doing move my window again. But i don't know what is a simplest good working way (maybe somewhat on .NET
? But i don't preffer answers in .NET
i like free framework's).
I want to stick on the top, bottom, left, right of the target window, but this maybe never mind.
Can anyone help me something with this problem? Thanks.