tags:

views:

90

answers:

1

I need this for some animation effects and i remember there is a window message for doing this. Something like WM_PAINT but it deliveres a device context with the message.

But i can't find it anymore on MSDN.

+1  A: 

Youre thinking of WM_PRINT perhaps? WM_PRINT is passed an HDC in wParam.

Chris Becke