Click here to Skip to main content
15,919,479 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionretrieving data from MainFrame class? Pin
charmandwisdom24-Sep-05 17:14
charmandwisdom24-Sep-05 17:14 
AnswerRe: retrieving data from MainFrame class? Pin
Jack Puppy24-Sep-05 17:30
Jack Puppy24-Sep-05 17:30 
GeneralRe: retrieving data from MainFrame class? Pin
charmandwisdom25-Sep-05 3:10
charmandwisdom25-Sep-05 3:10 
Questionhow to unite .dbf files Pin
cofd24-Sep-05 17:09
cofd24-Sep-05 17:09 
AnswerRe: how to unite .dbf files Pin
Anonymous24-Sep-05 18:59
Anonymous24-Sep-05 18:59 
QuestionCan GetDC & CClientDC replace each other? Pin
followait24-Sep-05 16:43
followait24-Sep-05 16:43 
AnswerRe: Can GetDC & CClientDC replace each other? Pin
Mircea Puiu25-Sep-05 6:13
Mircea Puiu25-Sep-05 6:13 
AnswerRe: Can GetDC & CClientDC replace each other? Pin
Jose Lamas Rios25-Sep-05 17:04
Jose Lamas Rios25-Sep-05 17:04 
If you use GetDC you should then remember to call ReleaseDC when you are done with it. CClientDC encapsulates just that: it calls GetDC in the constructor and ReleaseDC in the destructor, so that you don't forget the release. You can trust the compiler optimizations to make using CClientDC as efficient as directly using GetDC

--
jlr
http://jlamas.blogspot.com/[^]
Questionhow to minimize window on app startup Pin
Laffis24-Sep-05 11:29
Laffis24-Sep-05 11:29 
GeneralRe: how to minimize window on app startup Pin
Jörgen Sigvardsson24-Sep-05 12:27
Jörgen Sigvardsson24-Sep-05 12:27 
QuestionPrint HTML from console app Pin
Stas24-Sep-05 11:29
Stas24-Sep-05 11:29 
QuestionScrollWindow question Pin
followait24-Sep-05 4:34
followait24-Sep-05 4:34 
AnswerRe: ScrollWindow question Pin
vikas amin24-Sep-05 4:39
vikas amin24-Sep-05 4:39 
GeneralRe: ScrollWindow question Pin
followait24-Sep-05 5:08
followait24-Sep-05 5:08 
GeneralRe: ScrollWindow question Pin
vikas amin24-Sep-05 5:57
vikas amin24-Sep-05 5:57 
AnswerRe: ScrollWindow question Pin
PJ Arends24-Sep-05 9:48
professionalPJ Arends24-Sep-05 9:48 
QuestionHow to use CScrollView in MDI Pin
vikas amin24-Sep-05 2:41
vikas amin24-Sep-05 2:41 
AnswerRe: How to use CScrollView in MDI Pin
PJ Arends24-Sep-05 10:02
professionalPJ Arends24-Sep-05 10:02 
GeneralRe: How to use CScrollView in MDI Pin
vikas amin25-Sep-05 19:55
vikas amin25-Sep-05 19:55 
Questionbinary bloat due to static linking Pin
Chintoo72324-Sep-05 0:48
Chintoo72324-Sep-05 0:48 
AnswerRe: binary bloat due to static linking Pin
Matt Godbolt24-Sep-05 0:55
Matt Godbolt24-Sep-05 0:55 
GeneralRe: binary bloat due to static linking Pin
Blake V. Miller24-Sep-05 9:34
Blake V. Miller24-Sep-05 9:34 
QuestionHow to populate Grid Pin
Kiren Jawad23-Sep-05 23:54
sussKiren Jawad23-Sep-05 23:54 
AnswerRe: How to populate Grid Pin
khan++24-Sep-05 0:25
khan++24-Sep-05 0:25 
AnswerRe: How to populate Grid Pin
Achim Klein24-Sep-05 3:11
Achim Klein24-Sep-05 3:11 

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.