Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is there a way to implement printing in MFC? I have created a Doc/View SDI using CFormView as my base class (which told me it does not support printing). Does this mean it just doesn't support it or it can't be done? I've tried Google and this site, but I have not found anything that doesn't over complicate things, by this I mean, I just want to print a basic formatted view of my completed form. Anyone have any suggestions?

Thanks,
-DrB
Posted

1 solution

Strange, when I tried Googling I found this[^].
 
Share this answer
 
Comments
DrBones69 5-Jan-12 17:51pm    
I guess I wasn't using the proper search terms :-(
Richard MacCutchan 6-Jan-12 5:03am    
What terms could you use other than "cformview" and "print"?
DrBones69 8-Jan-12 23:04pm    
If I add all the printing support created in a CView class to a CFormView class that is created by the wizard of the CView class, will I have the printing support in my CFormView?
Richard MacCutchan 9-Jan-12 4:51am    
No idea, what happens when you try?
DrBones69 9-Jan-12 19:03pm    
Haven't tried yet, I didn't want to waste my time if someone has tried it and it does not work. That's why I'm asking before hand.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900