I am trying to print a bmp image in MFC. I have tried creating a memory DC (compatible with the printer) and using BitBlt but it doesn't work for a printer DC. I have also tried CreateCompatibleBitmap which may work but how do I get the image into the newly created bmp. I tried using SetBitmapBits but no success. Obviously there is more preparations to do for this to work. Anyone done this before?
U
User 948393
@User 948393