odin
April 18th, 1999, 04:59 PM
How do I force a redraw of my CMainFrame (via WM_PAINT) from my CSplitterWnd?
-- Henrik
-- Henrik
|
Click to See Complete Forum and Search --> : Forcing redraw odin April 18th, 1999, 04:59 PM How do I force a redraw of my CMainFrame (via WM_PAINT) from my CSplitterWnd? -- Henrik April 18th, 1999, 09:23 PM using a pointer to CMainFrame, call InvalidateRect() with a null Crect to invalidate the whole window if you want it to instantly redraw, call UpdateWindow() aft codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |