Click here to Skip to main content
15,908,661 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: CDC class Pin
Alan Balkany15-Dec-08 4:13
Alan Balkany15-Dec-08 4:13 
GeneralRe: CDC class Pin
staticv15-Dec-08 4:19
staticv15-Dec-08 4:19 
GeneralRe: CDC class Pin
Alan Balkany15-Dec-08 4:23
Alan Balkany15-Dec-08 4:23 
AnswerRe: CDC class Pin
Sarath C15-Dec-08 4:39
Sarath C15-Dec-08 4:39 
GeneralRe: CDC class Pin
Luc Pattyn15-Dec-08 4:40
sitebuilderLuc Pattyn15-Dec-08 4:40 
GeneralRe: CDC class Pin
CPallini15-Dec-08 5:52
mveCPallini15-Dec-08 5:52 
GeneralRe: CDC class Pin
CPallini15-Dec-08 5:47
mveCPallini15-Dec-08 5:47 
GeneralRe: CDC class Pin
Stuart Dootson15-Dec-08 13:44
professionalStuart Dootson15-Dec-08 13:44 
In this case, it also enables polymorphism, so that you can use pointers to objects whose type is a sub-type of CDC, such as CPrinterDC. CDC is a general device context wrapper, while CPrinterDC is specific to printers. This means that the same code can be used for any device context type.
AnswerRe: CDC class Pin
CPallini15-Dec-08 5:33
mveCPallini15-Dec-08 5:33 
AnswerRe: CDC class Pin
PJ Arends15-Dec-08 8:31
professionalPJ Arends15-Dec-08 8:31 
QuestionFile OPEN dialog box create problem.... Pin
m_mun15-Dec-08 3:39
m_mun15-Dec-08 3:39 
QuestionRe: File OPEN dialog box create problem.... Pin
CPallini15-Dec-08 3:51
mveCPallini15-Dec-08 3:51 
AnswerRe: File OPEN dialog box create problem.... Pin
m_mun15-Dec-08 4:01
m_mun15-Dec-08 4:01 
QuestionRe: File OPEN dialog box create problem.... Pin
CPallini15-Dec-08 5:34
mveCPallini15-Dec-08 5:34 
AnswerRe: File OPEN dialog box create problem.... Pin
PJ Arends15-Dec-08 8:42
professionalPJ Arends15-Dec-08 8:42 
GeneralRe: File OPEN dialog box create problem.... Pin
CPallini15-Dec-08 9:24
mveCPallini15-Dec-08 9:24 
Questionget the double clicked item in ListBox Pin
AnithaSubramani15-Dec-08 2:32
AnithaSubramani15-Dec-08 2:32 
AnswerRe: get the double clicked item in ListBox Pin
David Crow15-Dec-08 3:03
David Crow15-Dec-08 3:03 
QuestionRe: get the double clicked item in ListBox Pin
CPallini15-Dec-08 3:19
mveCPallini15-Dec-08 3:19 
AnswerRe: get the double clicked item in ListBox Pin
Jijo.Raj15-Dec-08 3:28
Jijo.Raj15-Dec-08 3:28 
QuestionHow to get current compiled file? Pin
George_George15-Dec-08 2:15
George_George15-Dec-08 2:15 
AnswerRe: How to get current compiled file? Pin
Jijo.Raj15-Dec-08 2:38
Jijo.Raj15-Dec-08 2:38 
GeneralRe: How to get current compiled file? Pin
George_George15-Dec-08 2:57
George_George15-Dec-08 2:57 
QuestionRe: How to get current compiled file? Pin
CPallini15-Dec-08 3:10
mveCPallini15-Dec-08 3:10 
AnswerRe: How to get current compiled file? Pin
George_George16-Dec-08 0:41
George_George16-Dec-08 0:41 

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.