Hi,

I have a scrollable form whose client area is longer than the screen height.

Is it possible to get a snapshot of the the entire client area ?

I have used PrintWindow as well as BitBlt but these APIs only grab the visible portion.

I could temporarly zoom down the Form and then use StretchBit but that results in a very bad image quality.

Any ideas ?

Regards.