Printing bitmap
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I have problem with that. I use BitBlt at OnDraw(), the print preview was OK, but it prints nothing
Work hard and a bit of luck is the key to success.
:)
You should use the DIB (device independant bitmap) and the
StretchDIBits
function to print your bitmap. More info here: http://www.codeguru.com/forum/showthread.php?t=234177 ____________________ A.M.