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

C / C++ / MFC

 
GeneralRe: Not able to get Text From Rich Edit Pin
nbugalia18-Sep-07 2:14
nbugalia18-Sep-07 2:14 
GeneralRe: Not able to get Text From Rich Edit Pin
GauranG Shah18-Sep-07 2:37
GauranG Shah18-Sep-07 2:37 
GeneralRe: Not able to get Text From Rich Edit Pin
nbugalia18-Sep-07 2:55
nbugalia18-Sep-07 2:55 
GeneralRe: Not able to get Text From Rich Edit Pin
GauranG Shah18-Sep-07 3:01
GauranG Shah18-Sep-07 3:01 
QuestionRe: Not able to get Text From Rich Edit Pin
David Crow18-Sep-07 3:01
David Crow18-Sep-07 3:01 
AnswerRe: Not able to get Text From Rich Edit Pin
GauranG Shah18-Sep-07 3:41
GauranG Shah18-Sep-07 3:41 
QuestionRe: Not able to get Text From Rich Edit Pin
David Crow18-Sep-07 4:01
David Crow18-Sep-07 4:01 
AnswerRe: Not able to get Text From Rich Edit Pin
GauranG Shah18-Sep-07 4:09
GauranG Shah18-Sep-07 4:09 
QuestionRe: Not able to get Text From Rich Edit Pin
David Crow18-Sep-07 4:31
David Crow18-Sep-07 4:31 
AnswerRe: Not able to get Text From Rich Edit Pin
GauranG Shah18-Sep-07 18:36
GauranG Shah18-Sep-07 18:36 
GeneralRe: Not able to get Text From Rich Edit Pin
David Crow19-Sep-07 2:35
David Crow19-Sep-07 2:35 
Answer[OT] Pin
David Crow18-Sep-07 3:02
David Crow18-Sep-07 3:02 
QuestionHow to Use IActiveDesktop Interface in vc++ Pin
padpras18-Sep-07 0:29
padpras18-Sep-07 0:29 
AnswerRe: How to Use IActiveDesktop Interface in vc++ Pin
Hamid_RT18-Sep-07 2:54
Hamid_RT18-Sep-07 2:54 
QuestionMFC Custom Control Problem Pin
Jinzuu18-Sep-07 0:16
Jinzuu18-Sep-07 0:16 
AnswerRe: MFC Custom Control Problem Pin
Iain Clarke, Warrior Programmer18-Sep-07 2:29
Iain Clarke, Warrior Programmer18-Sep-07 2:29 
GeneralRe: MFC Custom Control Problem Pin
Jinzuu20-Sep-07 5:52
Jinzuu20-Sep-07 5:52 
GeneralRe: MFC Custom Control Problem Pin
Iain Clarke, Warrior Programmer20-Sep-07 6:34
Iain Clarke, Warrior Programmer20-Sep-07 6:34 
I would ignore the PreSubClass completely (for this reason at least - for all I know you have other work to do).

And in your OnPaint handler, I would use Keith Rule's CMemDC class - creating the bitmaps will be pretty speedy, and it keeps your code clean. It will even blt the image to the screen with it goes out of scope.
Flicker Free Drawing In MFC[^]

I cannot recommend this article highly enough.

I used to cache my own memory DCs, but it wasnt worth the hassle, and the speed hit of recreating them is essentially 0.

Iain.



Questionopengl in mfc Pin
saisp17-Sep-07 23:40
saisp17-Sep-07 23:40 
AnswerRe: opengl in mfc Pin
Russell'18-Sep-07 1:00
Russell'18-Sep-07 1:00 
QuestionAn Multi Thread SDI application Pin
Marimuthu.r17-Sep-07 23:26
Marimuthu.r17-Sep-07 23:26 
AnswerRe: An Multi Thread SDI application Pin
baerten18-Sep-07 0:10
baerten18-Sep-07 0:10 
GeneralRe: An Multi Thread SDI application Pin
Marimuthu.r18-Sep-07 1:19
Marimuthu.r18-Sep-07 1:19 
GeneralRe: An Multi Thread SDI application Pin
Waldermort18-Sep-07 2:34
Waldermort18-Sep-07 2:34 
AnswerRe: An Multi Thread SDI application Pin
Russell'18-Sep-07 0:10
Russell'18-Sep-07 0:10 

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.