搜索资源列表
定制通用打印对话框custom_prn_dlg
- 定制通用打印对话框-Custom Print dialog
自定义打印对话框
- 继承CPrintDialog 自定义打印对话框
CustPrnDlg_demo
- 修改系统打印对话框,添加自己的一些控件 -Adding some control to system printing dialog
Printer
- 将原始数据直接发送得打印池,将EMF发送给打印池,打印对话框设置,页面设置,简单循环打印。-Raw data will be sent directly to print a pool, will be sent to the print pool EMF, print dialog box settings, page setup, simple cycle print.
对话框中使用打印预览的演示代码
- 对话框中使用打印预览的演示代码,并进行缩放显示,分页显示等- In the dialog box uses the demonstration code which the printing looks at in advance, and carries on 缂╂斁 the demonstration, divides the page demonstration and so on
十分经典的VC对话框程序的打印预览
- 十分经典的VC对话框程序的打印预览-classical print and preview of dialog by VC
MyPrinter
- 自定义的打印对话框-selfdefine print dialog box
对话框中使用打印预览的演示代码
- 对话框中使用打印预览的演示代码.rar-demo code of print preview using in dialog box.rar
对话框中使用打印预览的演示代码1
- 对话框中使用打印预览的演示代码1.rar-demo code of print preview using in dialog box.rar
对话框中使用打印预览的演示代码2
- 对话框中使用打印预览的演示代码2.rar-demo code of print preview using in dialog box.rar
对话框中使用打印预览的演示代码3
- 对话框中使用打印预览的演示代码3.rar-demo code of print preview using in dialog box.rar
对话框中的打印和预览
- 该代码提供了对于对话框上的内容进行打印和打印预览的操作例子-The code provides for dialog on the print preview and print examples of the operation
对话框打印预览
- 实现对话框内容打印-achieve Print dialog box contents
定制通用打印对话框custom_prn_dlg
- 定制通用打印对话框-Custom Print dialog
考勤记录系统(报表打印)
- 这个程序是一个个人考勤软件,它从系统时钟获取时间信息,只要上下班时按时在当日考勤栏内点击相应的栏目标题即可逐日记录下个人每天的工作时间,按月统计汇总,按年形成文件.可以随意查看过去的记录,也可把记录按月打印出来.在年汇总栏内可以选择要查看或打印的月份。 这个小程序是我的一个习作,希望与感兴趣的同好切磋交流。 本程序是一个基于对话框的实用程序,在基于对话框界面的程序中实现打印和打印预览是采用了非常规MFC方法。-the procedure
VC中的图象打印问题(基于对话框)
- VC中的图象打印问题的源代码(基于对话框),实现对话框打印图像功能,对你一定有帮助-VC print images of the source code (based on the dialog box), the Print dialog box to achieve functional images, you can help
CSharp中的对话框
- 代码演示了C# windowsForm 中的各个对话框,包括打开关闭文件对话框,颜色对话框,字体对话框,打印及打印预览对话框。-demonstrated a code C# windowsForm the various dialog boxes, including the closure of open file dialog, the dialog color, font dialog, Print and Print Previ
对话框里的打印
- 在对话框里的打印功能,由于对话框里打印没有那么明显,就放上来了-Lane in the Print dialog function, Lane Print dialog box is not as obvious on the Fangshanglai
MFC-SIMPLE-PRINT-METHOD
- 通过MFC来完成打印作业有很多的方法,应用场合也有所不同。可以直接利用MFC封装的打印对话框CPrintDialog来执行简单的打印任务。-through MFC completed print jobs to a lot of methods, applications are also different. Direct access MFC Packaging CPrintDialog the Print dialog box t
E267_打印对话框的实例
- 打印对话框,建一个项目,将其命名为工程1,默认窗体为Form1。command1 单击打印(form print Private Sub Command1_Click() CommonDialog1.ShowPrinter For i = 1 To CommonDialog1.Copies Printer.Print Text1.Text Next i Printer.EndDo