Click here to Skip to main content
15,910,130 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionColor?? Pin
Larsson3-Nov-06 5:17
Larsson3-Nov-06 5:17 
AnswerRe: Color?? Pin
Waldermort3-Nov-06 5:25
Waldermort3-Nov-06 5:25 
GeneralRe: Color?? Pin
Larsson3-Nov-06 5:43
Larsson3-Nov-06 5:43 
GeneralRe: Color?? Pin
Waldermort3-Nov-06 5:49
Waldermort3-Nov-06 5:49 
GeneralRe: Color?? Pin
Larsson3-Nov-06 5:52
Larsson3-Nov-06 5:52 
GeneralRe: Color?? Pin
Hamid_RT3-Nov-06 6:23
Hamid_RT3-Nov-06 6:23 
QuestionPainting in windows Pin
Waldermort3-Nov-06 5:00
Waldermort3-Nov-06 5:00 
AnswerRe: Painting in windows Pin
Waldermort3-Nov-06 16:57
Waldermort3-Nov-06 16:57 
I spent hours trying to fix this last night, get up this morning and the answer is staring me in the face. I was calling ValidateRect() from the static control which in turn would validate the chidren. Since WM_PAINT is only sent when there is an invalidated region it was failing. The solution was simply to validate the clipping region in the static control or to call BeginPaint() which does the same.
QuestionVS2005 app distribution Pin
Alex_Y3-Nov-06 4:13
Alex_Y3-Nov-06 4:13 
AnswerRe: VS2005 app distribution Pin
Mark Salsbery3-Nov-06 5:17
Mark Salsbery3-Nov-06 5:17 
GeneralRe: VS2005 app distribution Pin
Alex_Y3-Nov-06 5:31
Alex_Y3-Nov-06 5:31 
GeneralRe: VS2005 app distribution Pin
Mark Salsbery3-Nov-06 5:34
Mark Salsbery3-Nov-06 5:34 
GeneralRe: VS2005 app distribution Pin
Alex_Y3-Nov-06 5:45
Alex_Y3-Nov-06 5:45 
GeneralRe: VS2005 app distribution Pin
Mark Salsbery3-Nov-06 6:12
Mark Salsbery3-Nov-06 6:12 
AnswerRe: VS2005 app distribution [modified] Pin
Alex_Y3-Nov-06 6:49
Alex_Y3-Nov-06 6:49 
GeneralRe: VS2005 app distribution Pin
Mark Salsbery3-Nov-06 10:09
Mark Salsbery3-Nov-06 10:09 
GeneralRe: VS2005 app distribution Pin
Mark Salsbery3-Nov-06 10:11
Mark Salsbery3-Nov-06 10:11 
GeneralRe: VS2005 app distribution Pin
PJ Arends3-Nov-06 16:29
professionalPJ Arends3-Nov-06 16:29 
GeneralRe: VS2005 app distribution Pin
Mark Salsbery4-Nov-06 7:55
Mark Salsbery4-Nov-06 7:55 
GeneralRe: VS2005 app distribution Pin
Alex_Y5-Nov-06 15:29
Alex_Y5-Nov-06 15:29 
QuestionVisual Studio Newer Version Pin
BlitzPackage3-Nov-06 4:13
BlitzPackage3-Nov-06 4:13 
AnswerRe: Visual Studio Newer Version Pin
toxcct3-Nov-06 4:48
toxcct3-Nov-06 4:48 
GeneralRe: Visual Studio Newer Version Pin
BlitzPackage3-Nov-06 4:49
BlitzPackage3-Nov-06 4:49 
GeneralRe: Visual Studio Newer Version Pin
toxcct3-Nov-06 4:52
toxcct3-Nov-06 4:52 
GeneralRe: Visual Studio Newer Version Pin
Waldermort3-Nov-06 5:06
Waldermort3-Nov-06 5:06 

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.