-
Printing image?
Hai all
I am a begginers in VC and developing my Final Smester Project in VC, and having problems at each step.
they are:
1): I want to put print facility here, for that i want that onButtonClick event my image which is in Picture Box sent toword Default Printer which is attached already with my system.
Any Senior is theer to help me via MFC code.
VC_Student
-
Re: Printing image?
check-out this thread
http://www.codeguru.com/forum/showth...=print+bmp+mfc
use the search function fo rmore help.
Also there are some useful examples on codeguru.com
-
Re: Printing image?
Two articles of mine which may be of help:
A print/preview extension DLL for CDialog:
http://www.codeproject.com/printing/printextension.asp
Printing tips n tricks - Shows how to print a bitmap
http://www.codeproject.com/printing/...cksandtips.asp
-
Re: Printing image?
Roger,
Did you happen to post your articles here on CodeGuru too? If not, you should :D
Brad!