Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Difference between Cclint DC & Cpaint Dc

Answers were Sorted based on User's Feedback



Difference between Cclint DC & Cpaint Dc..

Answer / s.subashselvan

CClientDC will paint only the client area of the window and
it will work any message handler.
CPaintDC will paint only the client area of the window but
it only work on OnPaint message Handler only.

Is This Answer Correct ?    26 Yes 2 No

Difference between Cclint DC & Cpaint Dc..

Answer / susinderan

Both draws only window's client Area
-----------------
CClienDC()
-----------------
(i) constructor calls GetDc()
(ii) Destructor calls Release()
(iii) Will not remove WM_PAINT msg
(iv) Should not be used inside onPaint().
can be used outside onPaint()

-----------------
CPaintDC()
-----------------
(i) constructor calls BeginPaint()
(ii) Destructor calls EndPaint()
(iii) Will remove WM_PAINT msg
(iv) Should be used only inside onPaint()

Is This Answer Correct ?    5 Yes 0 No

Difference between Cclint DC & Cpaint Dc..

Answer / narendra

CPaintDC For drawing in a window's client area (OnPaint
handlers only)
CClientDC For drawing in a window's client area (anywhere
but OnPaint)

Is This Answer Correct ?    7 Yes 3 No

Difference between Cclint DC & Cpaint Dc..

Answer / swati

Cpaintdc can be used for only onpaint handler while
cclientdc can be used to paint in client area bt can use any
handlers like ondraw,onpaint
cwindow can be used to paint in whole window
cmetafile is used to store seq of files as physical output.

Is This Answer Correct ?    3 Yes 0 No

Difference between Cclint DC & Cpaint Dc..

Answer / rahul susar

"CPaintDC" For drawing in a window's client area (OnPaint
handlers only)
"CClientDC" For drawing in a window's client area (anywhere
but OnPaint)
"CWindowDC" For drawing anywhere in a window, including the
nonclient area
"CMetaFileDC" For drawing to a GDI metafile

Is This Answer Correct ?    0 Yes 3 No

Difference between Cclint DC & Cpaint Dc..

Answer / pnnr

CClientDC will paint only the client area of the window
CPaintDC will paint the whole window area including the
client area and non client area (Menu's , toolbar's etc..)

Is This Answer Correct ?    9 Yes 17 No

Post New Answer

More MFC Interview Questions

What are the types of button controls?

10 Answers  


How to handle command line arguements from simple MFC application ?

2 Answers   TCS,


How you create a button dynamically?

2 Answers  


What is the use of CCmdTarget ?

4 Answers  


1) How do you Destroy a Dialog Box ?

2 Answers   Honeywell,


How we can findout Memoryleaks, In what way it can be avoided

6 Answers   Infosys,


Psychic Window Technique

2 Answers   E Logic, Wild Net,


what is message Testing ?

1 Answers   L&T,


What MFC base classes provide support for ActiveX controls?

2 Answers   Wipro,


Does the application have more than one object? If Yes, Briefly explain.

2 Answers   Soltius Infotech,


What?s the difference between Modal and Modeless Dialog?

12 Answers   Jekson, Usl India,


How to update windows title bar dynamically?

7 Answers   HCL,


Categories