Guys --
In WM_PAINT (Win2000) I create memory DC and then copy it (BitBlt) to window's hDC.
Somebody can explain, why I have troubles with BeginPaint/EndPaint (not always updates), unlike GetDC/ReleaseDC works fine ?
------------------
E-MAIL: [email protected]
In WM_PAINT (Win2000) I create memory DC and then copy it (BitBlt) to window's hDC.
Somebody can explain, why I have troubles with BeginPaint/EndPaint (not always updates), unlike GetDC/ReleaseDC works fine ?
------------------
E-MAIL: [email protected]
Comment