how to Invalidate function??

A place for Ogre users to discuss non-Ogre subjects with friends from the community.
Post Reply
pratibha
Gnoblar
Posts: 3
Joined: Wed Aug 06, 2008 5:06 pm

how to Invalidate function??

Post by pratibha »

hi,

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

thnks....
User avatar
johnhpus
Platinum Sponsor
Platinum Sponsor
Posts: 1186
Joined: Sat Apr 17, 2004 2:49 am
x 3

Post 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.
Post Reply