Quote Originally Posted by Elysia View Post
Not true. You need to think about this.
WHERE would you update your GUI with new information? THIS is where you draw on the memory DC.
In WM_PAINT, you simply blit the memory dc to the window dc (ie display the information on the window).
It's logical, really.
AFAIC there are two places where things can get updated... Within WM_PAINT & WM_TIMER... so i can put code in either...