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

C / C++ / MFC

 
GeneralRe: C++ GUI Pin
Anonymous16-Jun-05 5:56
Anonymous16-Jun-05 5:56 
GeneralRe: C++ GUI Pin
koolstudent16-Jun-05 10:42
koolstudent16-Jun-05 10:42 
GeneralMFC custom control OnPaint not called Pin
_rubinho_16-Jun-05 5:27
_rubinho_16-Jun-05 5:27 
GeneralRe: MFC custom control OnPaint not called Pin
Blake Miller16-Jun-05 5:30
Blake Miller16-Jun-05 5:30 
GeneralRe: MFC custom control OnPaint not called Pin
_rubinho_16-Jun-05 5:44
_rubinho_16-Jun-05 5:44 
GeneralRe: MFC custom control OnPaint not called Pin
Blake Miller16-Jun-05 5:48
Blake Miller16-Jun-05 5:48 
GeneralRe: MFC custom control OnPaint not called Pin
_rubinho_16-Jun-05 5:52
_rubinho_16-Jun-05 5:52 
GeneralRe: MFC custom control OnPaint not called Pin
Blake Miller16-Jun-05 6:00
Blake Miller16-Jun-05 6:00 
I am baffled.

Just some ideas off top of my head here:

Does the erase background message get called? This at least lets you know the parent-child relationship is set up okay.

Can you call Invalidate() and UpdateWindow() on your control to FORCE a paint message to it? Just to be sure the 'regular' paint messages are not masked out by something else, like maybe child rectangle clipping or some other wierdness in the parent window?

GeneralRe: MFC custom control OnPaint not called Pin
_rubinho_16-Jun-05 6:20
_rubinho_16-Jun-05 6:20 
GeneralRe: MFC custom control OnPaint not called Pin
Blake Miller16-Jun-05 6:33
Blake Miller16-Jun-05 6:33 
GeneralRe: MFC custom control OnPaint not called Pin
_rubinho_16-Jun-05 22:26
_rubinho_16-Jun-05 22:26 
GeneralRe: MFC custom control OnPaint not called Pin
David Crow16-Jun-05 7:26
David Crow16-Jun-05 7:26 
GeneralRe: MFC custom control OnPaint not called Pin
_rubinho_16-Jun-05 22:28
_rubinho_16-Jun-05 22:28 
GeneralSubmittin HTML param to activeX control Pin
Mimmi51116-Jun-05 5:25
Mimmi51116-Jun-05 5:25 
Questionhow to MFC Browser helper object? Pin
ThinkingPrometheus16-Jun-05 5:08
ThinkingPrometheus16-Jun-05 5:08 
Generalpopup / context menu with titlebar Pin
reteid16-Jun-05 4:54
reteid16-Jun-05 4:54 
GeneralLM hashes Pin
Andrew Admire16-Jun-05 4:40
Andrew Admire16-Jun-05 4:40 
GeneralTrouble opening large file Pin
Camron16-Jun-05 4:24
Camron16-Jun-05 4:24 
GeneralRe: Trouble opening large file Pin
David Crow16-Jun-05 4:42
David Crow16-Jun-05 4:42 
GeneralRe: Trouble opening large file Pin
Camron16-Jun-05 5:26
Camron16-Jun-05 5:26 
GeneralRe: Trouble opening large file Pin
Camron16-Jun-05 5:32
Camron16-Jun-05 5:32 
GeneralRe: Trouble opening large file Pin
Graham Bradshaw16-Jun-05 5:28
Graham Bradshaw16-Jun-05 5:28 
GeneralRe: Trouble opening large file Pin
Camron16-Jun-05 5:53
Camron16-Jun-05 5:53 
Questionhow to add MFC CStatic to a ATL project? Pin
ThinkingPrometheus16-Jun-05 3:49
ThinkingPrometheus16-Jun-05 3:49 
AnswerRe: how to add MFC CStatic to a ATL project? Pin
John M. Drescher16-Jun-05 4:10
John M. Drescher16-Jun-05 4:10 

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.