资源列表
11195
- 邮政汇款打印程序,很不错的VB源码,适合VB爱好者学习研究。-Postal Remittance Print program, very good VB source code for VB enthusiasts to learn.
printcode
- 关于打印程序的源代码,希望对此有需要的同学下载-Print program' s source code on the hope that students need to download this
TracePrinterJob.rar
- 一款可以监视打印机工作的软件,非常实用。,You can trace the printer work with this soft.
ASCII
- 打印Ascii表,方便使用,在每次程序运行时可以打印一遍ascii表,编程时直接对照方便舒适-Output Ascii Chart
POS
- 分割2次是因为在接受数据时如果顾客购买多件商品··既要把每一种商品打印出来又要吧每一种商品的具体信息打印出来
abc
- 用VC++实现打印文件,我们常常对对话框里的文件打印感到头痛,我这个代码就很好的解决了这个问题-VC++ to achieve with print documents, we often print the file dialog headache, my code is a good solution to this problem
VB_VC_PrintWord
- 此程序为VB写的打印WORD2003的程序。 VC调用此程序只需要使用语句WinExec(\"Printit.dll c:\\\\test.doc 2-5\",SW_HIDE) 接口为两个命令行参数。第一个是要打印的文件名,第二个是打印的页数。 能检查你输入的文件是否存在,能检查输入的参数个数对不对。如果只有一个参数就默认打印所有页。
spool
- 这是一个在VB下开发的打印发送任务源程序,可以实现脱机发送任务。-This is a development in VB under the Print this task source, can achieve this task offline.
Default-Printer
- set default Printer in vb6-set default Printer in vb6
n1-11
- 打印文件的例子 -Print document examples of documents examples of print examples
mscdlw
- 非常需要的可以下载看看,适合初学者学习,好的算法和程序(Very need to download to see, suitable for beginners to learn, good algorithm and program.)
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)