Click here to Skip to main content
15,920,217 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Unexpected exception found problem-help urgently Pin
Marc Soleda20-Jul-05 4:05
Marc Soleda20-Jul-05 4:05 
GeneralRe: Unexpected exception found problem-help urgently Pin
David Crow20-Jul-05 4:08
David Crow20-Jul-05 4:08 
GeneralRe: Unexpected exception found problem-help urgently Pin
sayup20-Jul-05 20:58
sayup20-Jul-05 20:58 
GeneralRe: Unexpected exception found problem-help urgently Pin
David Crow21-Jul-05 2:29
David Crow21-Jul-05 2:29 
GeneralRe: Unexpected exception found problem-help urgently Pin
sayup21-Jul-05 4:04
sayup21-Jul-05 4:04 
GeneralRe: Unexpected exception found problem-help urgently Pin
David Crow21-Jul-05 4:33
David Crow21-Jul-05 4:33 
GeneralDifference Between CDC and CClientDC Pin
Usman Tasleem Akshaf20-Jul-05 3:30
Usman Tasleem Akshaf20-Jul-05 3:30 
GeneralRe: Difference Between CDC and CClientDC Pin
Andrew Kirillov20-Jul-05 3:37
Andrew Kirillov20-Jul-05 3:37 
Hello

As MSDN said:
"The CDC class defines a class of device-context objects. The CDC object provides member functions for working with a device context, such as a display or printer, as well as members for working with a display context associated with the client area of a window."

and

"The CClientDC class is derived from CDC and takes care of calling the Windows functions GetDC at construction time and ReleaseDC at destruction time. This means that the device context associated with a CClientDC object is the client area of a window."

So, CDC is for working with any devices, while CClientDC is for windows client area only.

Andrew
GeneralSome Technical Questions Pin
Usman Tasleem Akshaf20-Jul-05 2:28
Usman Tasleem Akshaf20-Jul-05 2:28 
Generalremote ftp folder using shell extension Pin
Asif Rehman20-Jul-05 0:59
Asif Rehman20-Jul-05 0:59 
Generalusing .net c++ Pin
ppp00120-Jul-05 0:56
ppp00120-Jul-05 0:56 
GeneralRe: using .net c++ Pin
maheswara20-Jul-05 1:27
maheswara20-Jul-05 1:27 
Generaldisplay window in full screen format Pin
laiju20-Jul-05 0:29
laiju20-Jul-05 0:29 
GeneralRe: display window in full screen format Pin
David Crow20-Jul-05 2:49
David Crow20-Jul-05 2:49 
GeneralRe: display window in full screen format Pin
laiju20-Jul-05 4:41
laiju20-Jul-05 4:41 
GeneralRe: display window in full screen format Pin
David Crow20-Jul-05 4:50
David Crow20-Jul-05 4:50 
GeneralRe: display window in full screen format Pin
vensatren20-Jul-05 3:08
vensatren20-Jul-05 3:08 
GeneralRe: display window in full screen format Pin
laiju20-Jul-05 4:41
laiju20-Jul-05 4:41 
GeneralTapi2.1. lineGetCallStatus Pin
nripun20-Jul-05 0:22
nripun20-Jul-05 0:22 
GeneralRe: Tapi2.1. lineGetCallStatus Pin
Blake Miller20-Jul-05 4:29
Blake Miller20-Jul-05 4:29 
GeneralRe: Tapi2.1. lineGetCallStatus Pin
nripun20-Jul-05 19:15
nripun20-Jul-05 19:15 
GeneralRe: Tapi2.1. lineGetCallStatus Pin
Blake Miller21-Jul-05 4:47
Blake Miller21-Jul-05 4:47 
GeneralPrinting in MFC Pin
Member 64506720-Jul-05 0:01
Member 64506720-Jul-05 0:01 
QuestionHow to extract integer value from CString Pin
Ravi Sankar S19-Jul-05 23:21
Ravi Sankar S19-Jul-05 23:21 
AnswerRe: How to extract integer value from CString Pin
wicked_guy19-Jul-05 23:27
wicked_guy19-Jul-05 23:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.