Printing help!
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I need to print out some image that I have in my MFC program. I can print text byt NOT images is there anyone that now's how do make that happend?.
If you use the DDB (device dependant bitmap) and the
BitBlt
function to print your bitmap you will find the answer here: http://www.codeguru.com/forum/showthread.php?t=234177 ____________________ A.M.