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.
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.
Youre thinking of WM_PRINT perhaps? WM_PRINT is passed an HDC in wParam.