Dave2001
April 27th, 1999, 09:16 PM
I need to know how to find out where the client area of a window is in screen coordinates. Can someone please help me?
|
Click to See Complete Forum and Search --> : Client->Screen? Dave2001 April 27th, 1999, 09:16 PM I need to know how to find out where the client area of a window is in screen coordinates. Can someone please help me? Daniel Levine April 27th, 1999, 09:49 PM Hi, To get the original co-ordinates, call GetClientRect(). Then, convert the co-ordinates by calling ClientToScreen(). Daniel. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |