|
-
Mar 23rd, 2006, 05:40 PM
#1
Thread Starter
Fanatic Member
[RESOLVED] Window Size
Assuming I know the handle and device context of a Window, is there an easy API for retreiving the length and width of that window? Thanks.
-
Mar 23rd, 2006, 05:43 PM
#2
Re: Window Size
GetWindowRect Function
The GetWindowRect function retrieves the dimensions of the bounding rectangle of the specified window. The dimensions are given in screen coordinates that are relative to the upper-left corner of the screen.
-
Mar 23rd, 2006, 05:46 PM
#3
Thread Starter
Fanatic Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|