Quote Originally Posted by MasterDucky
Is there a way to get only a part of the client area with GDI?

I mean if i wanted to repaint only a little rectangle in the client area and
leave the rest as it is.
Sure - that's exactly what InvalidateRect() and InvalidateRgn() are for.