I want to share with you a surprisingly simple method of printing bitmaps using MFC/Visual C++. Printing bitmaps is so problematic for so many people. Just when we think that our code is correct, the bitmap still is not getting displayed on paper, and we have yet to figure out why. So many programmers, including myself, have came across this same trouble, but the answer is not really of our wrongdoing, but of something that we are not fully aware of. I want to share with you how I was able to print bitmaps. |