im having the same problem as steve.

i can get the coordinates of the window i want with GetWindowRect, and then i can easily put my form to where i want it to be on the window by using SetWindowPos.

BUT

when i make that window be my form's parent by using SetParent, it just wont go where i want it to go!!

Any ideas???