Windows API: Multiple DC for one window
I have a window whose WindowProc handles messages in the usual way, for example wm_paint redraws the whole window (using the device context dc=BeginPaint() … EndPaint()).
I have a window whose WindowProc handles messages in the usual way, for example wm_paint redraws the whole window (using the device context dc=BeginPaint() … EndPaint()).