搜索资源列表
对话框中使用打印预览的演示代码
- 对话框中使用打印预览的演示代码,并进行缩放显示,分页显示等- 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
对话框中使用打印预览的演示代码
- 对话框中使用打印预览的演示代码.rar-demo code of print preview using in dialog box.rar
定制通用打印对话框custom_prn_dlg
- 定制通用打印对话框-Custom Print dialog
CDlgPntTest.rar
- 在VC++ 中,基于视图文档的MFC打印预览及打印使用起来非常方便,但在基于对话框的结构中,没有集成打印预览及打印功能。本实例实现了基于对话框的打印预览及打印功能。
printfile 批量打印文件
- 批量打印文件,能设置字体,打印机,页边距等,非常不错的
自定义打印对话框
- 继承CPrintDialog 自定义打印对话框
DlgPrint
- 在VC对话框程序中添加打印及打印预览功能,绝对编译无误!-In the VC program, add the Print dialog and print preview function, is absolutely correct to compile!
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.
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.
GridPrintpreview
- VC打印对话框,可以打印表格Grid等内容。-VC Print dialog box, you can print the contents of forms, such as Grid.
print
- 一个打印的例子,希望对大家有用。 会弹出一个打印对话框让你选择-A print example of hope for all of us. Will pop up a print dialog box allows you to select
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
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.
Color-Print-Font
- 通过点击菜单上的按钮,可以调出颜色对话框,打印对话框,字体对话框。-By clicking the menu button brings up the color dialog, print dialog, font dialog box.
fapiao
- 使用CDC指针在窗体上绘制发票,通过打印对话框完成打印-Use CDC pointer to draw the invoice on the form, print through the Print dialog box to complete
78完全控制打印对话框
- 78完全控制打印对话框(78 fully controlled Print dialog box)
310.上位机VC MFC实现基于对话框的打印功能
- 基于MFC的对话框打印功能,在VS2008 SPI中编译测试通过。(he dialog printing function based on MFC is compiled and tested in VS2008 SPI.)
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)