Click to See Complete Forum and Search --> : Simple question...


kishk91
September 8th, 1999, 12:55 AM
hi.
When i use InvalidateRect() func it causes WM_PAINT.

what similar func will cause WM_NCPAINT?????
thanks
kishk91


kishk91@hotmail.com
http://www.path.co.il

Jon_Kinsey
September 8th, 1999, 02:59 AM
I'm guessing that as the WM_NCPAINT messages is used to paint the frame of the window, if you use InvalidateRect() on (part of) the frame the WM_NCPAINT message will be generated.