hi.
When i use InvalidateRect() func it causes WM_PAINT.
what similar func will cause WM_NCPAINT?????
thanks
kishk91
[email protected]
http://www.path.co.il
Printable View
hi.
When i use InvalidateRect() func it causes WM_PAINT.
what similar func will cause WM_NCPAINT?????
thanks
kishk91
[email protected]
http://www.path.co.il
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.