What is the difference between the client and non-client
areas?

Answers were Sorted based on User's Feedback



What is the difference between the client and non-client areas?..

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

What is the difference between the client and non-client areas?..

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

Post New Answer

More VC++ AllOther Interview Questions

What is the purpose of a C++ namespace?

2 Answers  


Can I delete old microsoft visual c++?

0 Answers  


What Is InfoViewer?

1 Answers  


What is cwinthread class?

0 Answers  


Is visual c++ a compiler?

0 Answers  






Suppose multiple threads accessing a registry key at a time. In that case which synchronization object you will use?

4 Answers   Microsoft,


What is the difference between the client and non-client areas?

2 Answers  


What is iunknown?

0 Answers  


What is more efficient to pass as a parameter--a pointer or an object? Why?

1 Answers  


what is mean [] inc what is the use of include conio.h in c

1 Answers   BirlaSoft,


What is a thread (VC++) and state the difference between Cmutex and Csemaphone?

0 Answers   Atos Origin,


What is cmutex? How can we use it?

0 Answers  


Categories