Hi gurus!!

I am working with a large images (280 Mb aprox) in BMP format.

I can print a image on DC using StretchDIBits and it works fine.

I want to save in a buffer the content of the DC (after the image was printed) because if part of the dialog is invalidate (down or move the dialog) I can print again in small time.

What is the best way?

Thanks in advance!!!