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

C / C++ / MFC

 
AnswerRe: how to get a line of text file Pin
Sandeep Saini SRE2-Oct-08 17:10
Sandeep Saini SRE2-Oct-08 17:10 
AnswerRe: how to get a line of text file Pin
kapardhi2-Oct-08 23:06
kapardhi2-Oct-08 23:06 
QuestionRedraw Pin
Sarriss1-Oct-08 3:00
Sarriss1-Oct-08 3:00 
AnswerRe: Redraw Pin
Steve Thresher1-Oct-08 3:25
Steve Thresher1-Oct-08 3:25 
GeneralRe: Redraw Pin
Sarriss1-Oct-08 3:40
Sarriss1-Oct-08 3:40 
GeneralRe: Redraw Pin
Steve Thresher1-Oct-08 3:44
Steve Thresher1-Oct-08 3:44 
GeneralRe: Redraw Pin
Sarriss1-Oct-08 3:56
Sarriss1-Oct-08 3:56 
GeneralRe: Redraw Pin
Steve Thresher1-Oct-08 4:09
Steve Thresher1-Oct-08 4:09 
No no no!

The call to InvalidateRect() triggers the generation of a WM_PAINT message so that definately needs to come out.

UpdateWindows() does the same but the window procedure is called rather than letting the message run through the normal message queue so that call also needs removing.

The code you've shown doesn't actually do anything so I'm not surprised the window doesn't change on screen. Is that it or have you removed the painting code to make things clearer?

AxisFirst For Business

GeneralRe: Redraw Pin
Sarriss1-Oct-08 4:18
Sarriss1-Oct-08 4:18 
GeneralRe: Redraw Pin
Steve Thresher1-Oct-08 4:20
Steve Thresher1-Oct-08 4:20 
GeneralRe: Redraw Pin
Sarriss1-Oct-08 4:22
Sarriss1-Oct-08 4:22 
GeneralRe: Redraw Pin
Mark Salsbery1-Oct-08 5:11
Mark Salsbery1-Oct-08 5:11 
GeneralRe: Redraw Pin
Sarriss1-Oct-08 5:13
Sarriss1-Oct-08 5:13 
GeneralRe: Redraw Pin
Mark Salsbery1-Oct-08 5:31
Mark Salsbery1-Oct-08 5:31 
GeneralRe: Redraw Pin
Sarriss1-Oct-08 6:29
Sarriss1-Oct-08 6:29 
GeneralRe: Redraw Pin
Mark Salsbery1-Oct-08 6:53
Mark Salsbery1-Oct-08 6:53 
GeneralRe: Redraw Pin
Sarriss1-Oct-08 7:03
Sarriss1-Oct-08 7:03 
GeneralRe: Redraw Pin
Mark Salsbery1-Oct-08 7:12
Mark Salsbery1-Oct-08 7:12 
GeneralRe: Redraw Pin
Sarriss1-Oct-08 7:25
Sarriss1-Oct-08 7:25 
GeneralRe: Redraw Pin
Mark Salsbery1-Oct-08 7:34
Mark Salsbery1-Oct-08 7:34 
QuestionRe: Redraw Pin
Mark Salsbery1-Oct-08 7:36
Mark Salsbery1-Oct-08 7:36 
AnswerRe: Redraw Pin
Sarriss1-Oct-08 9:49
Sarriss1-Oct-08 9:49 
GeneralRe: Redraw Pin
Mark Salsbery1-Oct-08 10:38
Mark Salsbery1-Oct-08 10:38 
GeneralRe: Redraw Pin
Sarriss1-Oct-08 11:06
Sarriss1-Oct-08 11:06 
Questioncreate directory hierarchy Pin
MANISH RASTOGI1-Oct-08 1:38
MANISH RASTOGI1-Oct-08 1:38 

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.