|
-
February 19th, 2009, 05:06 PM
#1
Handle of client area?
Unlike menus, tool and status bars are seperate controls that live inside the parent window's client area. Therefor if we just leave our WM_SIZE code from before, they are going to overlap with the edit control we added in the previous examples
http://www.winprog.org/tutorial/app_three.html
If so why GetClientRect Function returns the upper-left and lower-right visible corners of the client area? It must be start under toolbar. right?
Is there a way to get handle of clent window(area), so we can move it?
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
|