ddeham
Programmer
- Sep 30, 2005
- 11
How do I send a WM_PAINT message to my window or trigger a WM_PAINT message? I tried
SendMessage (hWnd, WM_PAINT, 0, 0);
but that didn't work. I'm using Microsoft eMbedded Visual C++ 4.0 with a non-MFC Pocket PC application.
SendMessage (hWnd, WM_PAINT, 0, 0);
but that didn't work. I'm using Microsoft eMbedded Visual C++ 4.0 with a non-MFC Pocket PC application.