vc程序中修改打印对话框默认参数,可参考了以下文章:
How to modify the "default" printer for your Microsoft Foundation Classes (MFC) application to be other than the actual system-defined default printer
http://support.microsoft.com/kb/193103/en-us
使MFC打印效果与预览效果一致,参考了以下链接文章。文章从原理讲到实现,看的明白。
MFC打印和打印预览
http://blog.sciencenet.cn/blog-5422-434089.html
在Dialog上添加打印功能,可参考以下文章,而且还有例子下载:
使用 MFC 编写打印程序