Click here to Skip to main content
15,915,057 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to offer aticles here? Pin
includeh1029-Mar-06 5:03
includeh1029-Mar-06 5:03 
GeneralRe: How to offer aticles here? Pin
Gavin Taylor29-Mar-06 5:08
professionalGavin Taylor29-Mar-06 5:08 
QuestionCopy contents of a window to the clipboard Pin
anderslundsgard29-Mar-06 4:12
anderslundsgard29-Mar-06 4:12 
AnswerRe: Copy contents of a window to the clipboard Pin
includeh1029-Mar-06 4:24
includeh1029-Mar-06 4:24 
AnswerRe: Copy contents of a window to the clipboard Pin
David Crow29-Mar-06 4:49
David Crow29-Mar-06 4:49 
QuestionWhat is the difference?? Pin
ashwath200529-Mar-06 3:33
ashwath200529-Mar-06 3:33 
AnswerRe: What is the difference?? Pin
toxcct29-Mar-06 3:53
toxcct29-Mar-06 3:53 
AnswerRe: What is the difference?? Pin
includeh1029-Mar-06 4:43
includeh1029-Mar-06 4:43 
DC is related to Window, in other words, we say "a DC of a window".

1) the DC of "this" window - similar to ::GetDC(this->m_hWnd);
2) the DC of screen - similar to ::GetDC(0).



A special image tool for Windows C++ programmers, don't miss it!
A nice hyper tool for optimizing your Microsoft html-help contents.

Includeh10
QuestionQuestion Pin
big_denny_20029-Mar-06 3:33
big_denny_20029-Mar-06 3:33 
AnswerRe: Question Pin
khan++29-Mar-06 3:50
khan++29-Mar-06 3:50 
GeneralRe: Question Pin
big_denny_20029-Mar-06 3:58
big_denny_20029-Mar-06 3:58 
GeneralRe: Question Pin
khan++29-Mar-06 4:08
khan++29-Mar-06 4:08 
GeneralRe: Question Pin
Gavin Taylor29-Mar-06 4:12
professionalGavin Taylor29-Mar-06 4:12 
AnswerRe: Question Pin
toxcct29-Mar-06 4:34
toxcct29-Mar-06 4:34 
GeneralRe: Question Pin
Eytukan29-Mar-06 5:29
Eytukan29-Mar-06 5:29 
GeneralRe: Question Pin
Wes Aday29-Mar-06 6:26
professionalWes Aday29-Mar-06 6:26 
GeneralRe: Question Pin
big_denny_20029-Mar-06 6:57
big_denny_20029-Mar-06 6:57 
GeneralRe: Question Pin
toxcct29-Mar-06 20:16
toxcct29-Mar-06 20:16 
QuestionAbout sending mail Pin
mkoliv29-Mar-06 3:32
mkoliv29-Mar-06 3:32 
QuestionRe: About sending mail Pin
David Crow29-Mar-06 4:43
David Crow29-Mar-06 4:43 
AnswerMessage Closed Pin
29-Mar-06 21:44
mkoliv29-Mar-06 21:44 
GeneralRe: About sending mail Pin
David Crow30-Mar-06 1:57
David Crow30-Mar-06 1:57 
QuestionTreeView Control Problem Pin
gbruyneel29-Mar-06 3:00
gbruyneel29-Mar-06 3:00 
AnswerRe: TreeView Control Problem Pin
Gavin Taylor29-Mar-06 3:27
professionalGavin Taylor29-Mar-06 3:27 
GeneralRe: TreeView Control Problem Pin
gbruyneel29-Mar-06 21:23
gbruyneel29-Mar-06 21:23 

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.