Click here to Skip to main content
15,907,687 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: How to draw bitmaps without access to HDC or HWND Pin
Mark Salsbery4-Oct-07 5:56
Mark Salsbery4-Oct-07 5:56 
AnswerRe: How to draw bitmaps without access to HDC or HWND Pin
hvanzyll4-Oct-07 6:05
hvanzyll4-Oct-07 6:05 
GeneralRe: How to draw bitmaps without access to HDC or HWND Pin
Mark Salsbery4-Oct-07 6:19
Mark Salsbery4-Oct-07 6:19 
GeneralRe: How to draw bitmaps without access to HDC or HWND [modified] Pin
hvanzyll4-Oct-07 6:27
hvanzyll4-Oct-07 6:27 
GeneralRe: How to draw bitmaps without access to HDC or HWND Pin
Mark Salsbery4-Oct-07 6:54
Mark Salsbery4-Oct-07 6:54 
GeneralRe: How to draw bitmaps without access to HDC or HWND Pin
hvanzyll4-Oct-07 6:57
hvanzyll4-Oct-07 6:57 
Questionwhat can send WM_ERASEBKGND? Pin
dawka19064-Oct-07 4:05
dawka19064-Oct-07 4:05 
AnswerRe: what can send WM_ERASEBKGND? Pin
Mark Salsbery4-Oct-07 6:02
Mark Salsbery4-Oct-07 6:02 
Are you doing anything that makes the system mark the window
for repainting, like resizing the window, dragging another window
across it, etc??

If the window is just sitting there, you shouldn't be getting random
WM_ERASEBKGND messages.

Note that any WM_ERASEBKGND handler should return non-zero if
background erasing was handled.

Mark



Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

QuestionWM_DESTROY message does not appear to post on VK_ESCAPE [modified] Pin
Sauce!4-Oct-07 3:06
Sauce!4-Oct-07 3:06 
AnswerRe: WM_DESTROY message does not appear to post on VK_ESCAPE Pin
led mike4-Oct-07 4:36
led mike4-Oct-07 4:36 
GeneralRe: WM_DESTROY message does not appear to post on VK_ESCAPE Pin
Sauce!4-Oct-07 4:52
Sauce!4-Oct-07 4:52 
GeneralRe: WM_DESTROY message does not appear to post on VK_ESCAPE Pin
David Crow4-Oct-07 4:59
David Crow4-Oct-07 4:59 
GeneralRe: WM_DESTROY message does not appear to post on VK_ESCAPE Pin
Sauce!4-Oct-07 5:29
Sauce!4-Oct-07 5:29 
QuestionFunction Pointer? [modified] Pin
kiranin4-Oct-07 3:01
kiranin4-Oct-07 3:01 
AnswerRe: Function Pointer? Pin
toxcct4-Oct-07 3:15
toxcct4-Oct-07 3:15 
GeneralRe: Function Pointer? Pin
kiranin4-Oct-07 3:25
kiranin4-Oct-07 3:25 
GeneralRe: Function Pointer? Pin
toxcct4-Oct-07 3:27
toxcct4-Oct-07 3:27 
GeneralRe: Function Pointer? Pin
kiranin4-Oct-07 3:37
kiranin4-Oct-07 3:37 
AnswerRe: Function Pointer? Pin
David Crow4-Oct-07 3:22
David Crow4-Oct-07 3:22 
QuestionBuild binary with debugging information Pin
Programm3r4-Oct-07 2:17
Programm3r4-Oct-07 2:17 
QuestionHow to identify click event of Tab control? Pin
Atul234-Oct-07 1:49
Atul234-Oct-07 1:49 
AnswerRe: How to identify click event of Tab control? Pin
Naveen4-Oct-07 1:52
Naveen4-Oct-07 1:52 
AnswerRe: How to identify click event of Tab control? Pin
David Crow4-Oct-07 3:24
David Crow4-Oct-07 3:24 
Questionusing, namespace and enum: VS2003 Compiler Bug? Pin
Russell'4-Oct-07 1:35
Russell'4-Oct-07 1:35 
AnswerRe: using, namespace and enum: VS2003 Compiler Bug? Pin
jhwurmbach4-Oct-07 2:12
jhwurmbach4-Oct-07 2:12 

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.