Can anyone plz help?
I have the following code for the WM_PAINT event, but it doesn't work. Need to knw why. I'm drawing the scene to the window, but am using an intermediate DC. Then it just shows a white screen, however, if I drop the intermediate DC, it works. I need to know why this fails. Thanks in advance.
Code:
case WM_PAINT: { HBITMAP hBm = (HBITMAP)LoadImageA(NULL, "black.bmp",
Leave a comment: