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

C / C++ / MFC

 
AnswerRe: Return value or Exception or something else ? Pin
Stephen Hewitt5-Nov-06 11:56
Stephen Hewitt5-Nov-06 11:56 
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 
Does anybody know the order in which windows are painted? I have an owner drawn STATIC control which is the parent of an owner drawn BUTTON. The I handle all of the region clipping for child controls in my own code rather than using the WS_CLIPCHILDREN style. The trouble is the button does not recieve any WM_PAINT messages preventing it from being displayed. The parent is correctly clipped, though the region is filled with a NULL brush causing a hole in the window. The button recieves all other messages including mouse input and WM_WINDOWPOSCHANGED. With the latter, I call InvalidateRect() hoping to force a redraw, but the WM_PAINT is never recieved. The only way I have managed to paint the button is to send the WM_PAINT message myself, which I know is a bad thing to do.
AnswerRe: Painting in windows Pin
Waldermort3-Nov-06 16:57
Waldermort3-Nov-06 16:57 
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 

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.