搜索资源列表
对话框中使用打印预览的演示代码
- 对话框中使用打印预览的演示代码.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
定制通用打印对话框custom_prn_dlg
- 定制通用打印对话框-Custom Print dialog
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
CustPrnDlg_demo
- 修改系统打印对话框,添加自己的一些控件 -Adding some control to system printing dialog
Dialogprint
- vc6下的基于对话框的打印编程,有打印预览功能-vc6 under the print dialog-based programming, there is the print preview feature
print_preview1
- 这是一个实现基于对话框的打印及打印,用户可以在对话框上直接打印,尤其是用到报表打印上-err
twDialogPrintView
- 对话框的打印,一直是大家比较困惑的地方,现在将这个代码共享,希望能给大家一个新的思路。-Dialog printing is very pazle,let this one to lead you!
printcheck
- 可以打印发票的c++源代码,基于对话框的打印编程,可以改变发票打印的内容等-You can print invoices c++ source code, based on the print dialog box programming, can be changed to print the contents of invoices, etc.
print_extend
- 打印扩展,在对话框中增加打印,打印预览 打印扩展,在对话框中增加打印,打印预览-Print the expansion of an increase in the dialog box to print, print preview print expansion, an increase in the dialog box to print, print preview
vcprintgrid
- vc对话框 表格 打印预览 超级好用 版权所有 gongxd@126.com 中国传惠 版权声明: 义务: 1.如果您在使用中发现任何BUG,请通知gongxd@126.com,我会及时改正,并给您一份 最新的打印程序 2.请保留本说明 权利: 如果您同意履行上面的义务,您就可以完全免费将本打印程序应用于任何商业非商业用途,但版权 归gongxd@126.com 中国传惠 所有,否则严禁使用本打印程序 建议:如果您作了
GridPrintpreview
- VC打印对话框,可以打印表格Grid等内容。-VC Print dialog box, you can print the contents of forms, such as Grid.
DlgPreprint
- 本程序主要演示如何在对话框中使用只有在文档-视图模型中才能使用的打印预览功能,其实本程序也使用了一个没有文档类的文档-视图结构来间接完成打印预工作的,但我们在使用时基本感觉不到它的存在。 在实际使用中可将文档-视图部分编制成扩展动态链接库,我就是这样做的,编制打印程序时使用起来非常方便。-The main demonstration of the procedures used in the dialog box only when the document- View the mode
PreviewDemo
- VC++利用对话框打印及预览的源码实例.在写一套MIS,但不想用MFC的文档视图模板,所以在打印这上面就只好自己写了一套,系统UI是基于对话框的,支持打印及预览,没想到用起来还真不错,赶紧拿出来奉献给大家,支持分页预览,功能相信能满足朋友们的使用,如果感觉不错可以帮我继续修正并把源代码发给我。-VC++ using the dialog box print and preview source code examples. In the writing of a MIS, but do not
DLGprintV
- 对话框打印预览,完全可以运行,学习VC的好东西-DLG print view code
PringDlg
- 一个基于对话框的表格打印,加上了详细的表头信息里面可以显示曲线并打印。-A dialog-based forms printing, coupled with a detailed header information can be displayed inside the curve and print.
DlgPrintDemo
- 本例使用打印对话框类,但不显示打印对话框,可直接打印内容。详细的说明打印参数设置,简单实用。-This example uses the Print dialog box class, but does not display the Print dialog box can be directly printed content. Detailed descr iption of print parameter setting, simple and practical.
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.EndDoc End Sub)