Click here to Skip to main content
15,895,142 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: forcing repaint after CDC::TextOut function Pin
goodoljosh198018-Jul-06 5:25
goodoljosh198018-Jul-06 5:25 
AnswerRe: forcing repaint after CDC::TextOut function Pin
Ravi Bhavnani18-Jul-06 7:29
professionalRavi Bhavnani18-Jul-06 7:29 
GeneralRe: forcing repaint after CDC::TextOut function Pin
Hamid_RT18-Jul-06 18:40
Hamid_RT18-Jul-06 18:40 
GeneralRe: forcing repaint after CDC::TextOut function Pin
Ali Rafiee18-Jul-06 5:14
Ali Rafiee18-Jul-06 5:14 
GeneralRe: forcing repaint after CDC::TextOut function Pin
goodoljosh198018-Jul-06 6:05
goodoljosh198018-Jul-06 6:05 
GeneralRe: forcing repaint after CDC::TextOut function Pin
Chris Losinger18-Jul-06 6:37
professionalChris Losinger18-Jul-06 6:37 
GeneralRe: forcing repaint after CDC::TextOut function Pin
goodoljosh198018-Jul-06 6:40
goodoljosh198018-Jul-06 6:40 
QuestionRe: forcing repaint after CDC::TextOut function [modified] Pin
Ali Rafiee18-Jul-06 6:55
Ali Rafiee18-Jul-06 6:55 
are you calling Invalidate() UpdateWindow() after you set the boolean?

By the way, don't delete the font object in the OnPaint method if it is not being recreated there. You are creating the font object once in your OnInitDialog but then deleting it everytime OnPaint runs.


AnswerRe: forcing repaint after CDC::TextOut function Pin
goodoljosh198018-Jul-06 6:59
goodoljosh198018-Jul-06 6:59 
GeneralRe: forcing repaint after CDC::TextOut function Pin
Steve S18-Jul-06 7:14
Steve S18-Jul-06 7:14 
GeneralRe: forcing repaint after CDC::TextOut function Pin
goodoljosh198018-Jul-06 7:21
goodoljosh198018-Jul-06 7:21 
GeneralRe: forcing repaint after CDC::TextOut function Pin
Ali Rafiee18-Jul-06 7:41
Ali Rafiee18-Jul-06 7:41 
QuestionRe: forcing repaint after CDC::TextOut function Pin
goodoljosh198018-Jul-06 7:24
goodoljosh198018-Jul-06 7:24 
AnswerRe: forcing repaint after CDC::TextOut function Pin
Ali Rafiee18-Jul-06 7:37
Ali Rafiee18-Jul-06 7:37 
GeneralRe: forcing repaint after CDC::TextOut function Pin
David Crow18-Jul-06 7:38
David Crow18-Jul-06 7:38 
QuestionHow to show Full Sceen Image Pin
Max++18-Jul-06 4:11
Max++18-Jul-06 4:11 
AnswerRe: How to show Full Sceen Image Pin
Randor 18-Jul-06 4:26
professional Randor 18-Jul-06 4:26 
AnswerRe: How to show Full Sceen Image Pin
Hamid_RT18-Jul-06 4:38
Hamid_RT18-Jul-06 4:38 
QuestionRe: How to show Full Sceen Image Pin
David Crow18-Jul-06 4:44
David Crow18-Jul-06 4:44 
AnswerRe: How to show Full Sceen Image Pin
Max++18-Jul-06 4:54
Max++18-Jul-06 4:54 
GeneralRe: How to show Full Sceen Image Pin
Ali Rafiee18-Jul-06 5:02
Ali Rafiee18-Jul-06 5:02 
GeneralRe: How to show Full Sceen Image Pin
Hamid_RT18-Jul-06 5:24
Hamid_RT18-Jul-06 5:24 
AnswerRe: How to show Full Sceen Image Pin
Ali Rafiee18-Jul-06 4:52
Ali Rafiee18-Jul-06 4:52 
AnswerRe: How to show Full Sceen Image Pin
ThatsAlok18-Jul-06 21:23
ThatsAlok18-Jul-06 21:23 
Questionmerging two .rc files? [modified] Pin
Kora18-Jul-06 4:09
Kora18-Jul-06 4:09 

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.