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 |
Explain the significance of initapplication() in vc++.
What is difference between c++ and vc++?
Difference between critical section, mutex and semaphore.
What is the return value when the InsertItem function fails?
Name the three attributes of a pen?
What is difference between c++ and visual c++?
How do I remove microsoft visual c++ 2015 redistributable?
What is vc++ programming?
I have to DLL one is COM dll and another is normal DLL. How I can identify which dll is normal DLL and which DLL is from COM DLL. please give me some clear picture on these
What is the use of DDV and DDX routines ?
What are the two forms of the #include preprocessor directive?
Name the three types of loops used in C++ programs?