Hi, I'm looking for the opposite of SetWindowPos.
Basically, with the hWnd of an object, I want the x,y coordinates. I cannot find any API functions that do this, but if there was one, shouldn't it be named GetWindowPos?
I've been looking for this for weeks. If anyone can help, I'd really appreciate it.
What I'm trying to do is find the x,y coordinates of a textbox running in another program so I can place a form next to it.
