I've been trying to print a CBitmap taken originally from a 16-bit
color display DC and print to a Print DC. Print preview looks
great but the printout is a black rect. I'ev been using CDC::BitBlt and
CDC::StretchBlt.
Should I be using ::SetDIBitsToDevice instead?
Any help is greatly appreciated.