Get Window Position
Hi
is there any win32 api to get the window position? i only found SetWindowPos, not GetWindowPos!
Regards
Terence
[136 byte] By [
mtzo81] at [2007-11-19 10:08:27]

# 1 Re: Get Window Position
To get the window position use GetWindowRect, see more about this function in MSDN.
I hope this help you.
Manuel