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 dao in vc ++?
What keyboard editor command is used for Undo?
How do you specify which control is the buddy control?
#include<stdio.h>int(){int a,*b,**c,***d,****e; a=10;b=&a;c=&b;d=&c;e=&c;printf("a=%d b=%u c=%u d=% e=%u",a,b,c,d,e);printf ("%d%d%d\n",a,a+?*b,**c+***d+,****e);return0;}
What is type-safety?
Name the function is used to transfer bitmaps to an output device?
How to create a DLL in C++.net 2005 which we can use in VB 6.0 application ?
What is microsoft visual c++ 2013 redistributable?
what is the difference between the codes written in the document class and view class
What is mfc in vc++?
How do I fix microsoft visual c++ 2015 setup failed?
How many microsoft visual c++ do you need?