Myself dot NET
February 25th, 2003, 10:22 PM
Anyone got a quick method of converting client area coordinates to window coordinates? Must I look at window styles and adjust manually for border, caption, etc.? [win32API/C]
Thanks
Thanks
|
Click to See Complete Forum and Search --> : Client to Window Coordinates Myself dot NET February 25th, 2003, 10:22 PM Anyone got a quick method of converting client area coordinates to window coordinates? Must I look at window styles and adjust manually for border, caption, etc.? [win32API/C] Thanks Kheun February 25th, 2003, 11:21 PM Try ClientToScreen(). codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |