Click here to Skip to main content
15,913,944 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: One last IOCP question :) Pin
Polity4h1-Feb-07 11:31
Polity4h1-Feb-07 11:31 
GeneralRe: One last IOCP question :) Pin
Mark Salsbery1-Feb-07 11:53
Mark Salsbery1-Feb-07 11:53 
GeneralRe: One last IOCP question :) Pin
Polity4h1-Feb-07 11:54
Polity4h1-Feb-07 11:54 
GeneralRe: One last IOCP question :) Pin
Mark Salsbery1-Feb-07 11:58
Mark Salsbery1-Feb-07 11:58 
GeneralRe: One last IOCP question :) Pin
Polity4h1-Feb-07 12:05
Polity4h1-Feb-07 12:05 
GeneralRe: One last IOCP question :) Pin
Mark Salsbery1-Feb-07 12:12
Mark Salsbery1-Feb-07 12:12 
Questiondisappearing check boxes Pin
maladuk30-Jan-07 11:13
maladuk30-Jan-07 11:13 
AnswerRe: disappearing check boxes Pin
James R. Twine30-Jan-07 11:23
James R. Twine30-Jan-07 11:23 
   If you are doing much of the drawing of the controls yourself, you need to make sure that areas that have been marked as invalidated are also marked as validated (see functions like ValidateRect(...)) when drawing is done, otherwise Windows may not think that you have drawn an invalidated area yet.

   Usually, not having a validated area causes excessive paint messages, but I have seen strange things happen...

   Incorrect handling of the WM_ERASEBKGND message can also cause similar things to happen.

   Peace!


-=- James
Please rate this message - let me know if I helped or not!<HR>If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles

GeneralRe: disappearing check boxes Pin
maladuk30-Jan-07 23:31
maladuk30-Jan-07 23:31 
AnswerRe: disappearing check boxes Pin
PJ Arends30-Jan-07 15:51
professionalPJ Arends30-Jan-07 15:51 
GeneralRe: disappearing check boxes Pin
maladuk30-Jan-07 22:40
maladuk30-Jan-07 22:40 
QuestionRe: disappearing check boxes Pin
prasad_som30-Jan-07 17:19
prasad_som30-Jan-07 17:19 
AnswerRe: disappearing check boxes -code Pin
maladuk30-Jan-07 22:06
maladuk30-Jan-07 22:06 
QuestionRe: disappearing check boxes -code Pin
prasad_som30-Jan-07 22:31
prasad_som30-Jan-07 22:31 
AnswerRe: disappearing check boxes -code Pin
maladuk30-Jan-07 22:42
maladuk30-Jan-07 22:42 
AnswerRe: disappearing check boxes -code Pin
prasad_som30-Jan-07 23:07
prasad_som30-Jan-07 23:07 
GeneralRe: disappearing check boxes -code Pin
maladuk30-Jan-07 23:13
maladuk30-Jan-07 23:13 
AnswerRe: disappearing check boxes -code Pin
prasad_som30-Jan-07 23:28
prasad_som30-Jan-07 23:28 
GeneralRe: disappearing check boxes -code Pin
maladuk30-Jan-07 23:39
maladuk30-Jan-07 23:39 
GeneralProblem solved ! Pin
maladuk31-Jan-07 3:57
maladuk31-Jan-07 3:57 
AnswerRe: disappearing check boxes Pin
Hamid_RT30-Jan-07 18:05
Hamid_RT30-Jan-07 18:05 
GeneralRe: disappearing check boxes Pin
maladuk30-Jan-07 23:15
maladuk30-Jan-07 23:15 
QuestionIs it Possible to monitor Actions Taken by a Third Party Software? Pin
Khoramdin30-Jan-07 11:03
Khoramdin30-Jan-07 11:03 
AnswerRe: Is it Possible to monitor Actions Taken by a Third Party Software? Pin
James R. Twine30-Jan-07 11:16
James R. Twine30-Jan-07 11:16 
AnswerRe: Is it Possible to monitor Actions Taken by a Third Party Software? Pin
benjymous30-Jan-07 21:49
benjymous30-Jan-07 21:49 

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.