I have one question not related to this. How to get the coordinates of the window on the desktop? if someone knows that ,please write a sample code, I looked at win32 know how to set parameter with call like "MoveWindow", but don't know how to read one.
I tried with Call2 but no luck.
What i am doins it thet i whant one window folowing other , so if i move one window with mouse other one need to folow thet one.
I will use "MoveWindow" for moving second window , but i need cordinates of first one so i can know where to move second one.