Page 1 of 1

how to Invalidate function??

Posted: Wed Aug 06, 2008 5:29 pm
by pratibha
hi,

how to use Invalidate function in VC++ any example program??

thnks....

Posted: Wed Aug 06, 2008 6:17 pm
by johnhpus
Invalidate is (if I recall correctly) an MFC thing. It's a member of CWnd and causes the event WM_PAINT, which is handled by the method OnPaint.