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 |
What is vcruntime?
What is the RGB macro used for?
What is the Use of the Developer Studio Editor?
hello sir i need movie editing and mixing software .where it is available and what is the site address
what is the difference between the codes written in the document class and view class
What is visual c++ 2008 redistributable x64?
What is command routing in VC++
What is microsoft visual c++ 2013 redistributable package x64?
What keyboard editor command is used for Undo?
How a dll will be sharable by more than one exe?
A file a.cpp & B.cpp are complied & linked together in VC++ file a is something like int a =100;, File B is something like extern a; main() { printf("%d",a); }what will be the output.a)100,b)linker error,c)complier error etc etc.
What is an overlapped image?