Printout Bmp image
C / C++ / MFC
2
Posts
2
Posters
1
Views
1
Watching
-
I Have a MFC app, And in my program I have a BMP image I need to be able to print out this image!. How can I do that?
Hi, One of the procedure which you can follow is load the image into a dc and print the contents of the DC. Have a look @ the following link, although it is related to OpenGl, i think that you'll get little hints from it http://www.codeproject.com/opengl/opengl_printing.asp[^] Sujan