What is the difference between the client and non-client
areas?
Answers were Sorted based on User's Feedback
Answer / gaurav kunzru
A window is divided into two main areas:
? The non-client area, which contains the border,
menus, and caption area for the window.
? The client area, which is the area that is left
over, also known as the "main" part of the window.
Is This Answer Correct ? | 10 Yes | 2 No |
Answer / ravi k
Client Area:
The area in which we can do/write/draw something.
ex: while space that we can see when an application is
created.
Non Client Area:
Where We can't do anything.
ex: like menu bar, status bar, scroll bar, title bar, etc.,
Is This Answer Correct ? | 10 Yes | 7 No |
how to declare and populate an array of checkBoxes
How can i communicate with two systems one is located some place another is located 100km how from the current systems which protocala i have to use
What is vc++ redistributable?
What is the difference between the cout and cin iostream objects?
What is the difference between Boxing and Unboxing in C#
How to Use mfc71d.dll not mfc71.dll ?
What is dao in vc ++?
What is a wizard?
How do I create an mfc application in vc++?
What is visual c++ runtime?
What is the use of DDV and DDX routines ?
Explain pointer to the constant and constant pointer? Explain difference between them.