搜索资源列表
BankPrint
- 从数据库读取数据,然后控制尺码单分段打印程序-read data from the database and then control the size of single-section Print
printBGrid
- 打印dbgrid表里的数据库内容实例,如果用户机器上的VB没有这个控件,可以从网上搜一下,也可以告诉我你的e-mail,我会发一从给你。-Print DBGrid exterior database contents example, if the user's machine without the VB Controls, seized from the Internet that can tell me your e-mail, I will from the one for yo
print_kyjt
- 这是黑龙江省瓦斯监控系统的打印程序,实现了从access数据库中读出数据在打印机上输出的功能,长期运行,性能稳定。
CPRINTER
- 这是一个用于控制打印机的C源代码,不过有可能在其他型号的打印机不太好用。本代码是对EPSON LX-800开发的。不过,大家也可以从中学到很多东西的。
ListViewPrinter
- 枚举打印机信息,并有效控制打印机,制作打印监控,可以从此处下手
30w
- vc打印源码,是从别人那里找来的,觉得挺好的,发上来供大家学习参考
baobiao
- VB中的ADO控件和DATAGrid数据打印报表,一个VB打印的例子,报表生成的例子,数据取自Access数据库,使用Ado将数据从Access读出后绑定在DataGrid报表中,在利用打印组件输出到打印机-In VB ADO data control and DATAGrid print statements, print a VB example, report generation example, data from the Access database, using Ado to r
EMFScope
- 从打印池程序中捕获及显示EMF打印池文件,win32程序,Pool from the print program to capture and display documents EMF print pool, win32 program
vbprint
- vb的打印,调用打印函数,先测试打印机向串口发数据,将字符串转为十六进制表示的字符串,从接收缓冲区读取数据,关闭串口事件响应-vb print, call the print function, send the first test the printer to the serial data string to hexadecimal string from the receive buffer read data off the serial port incident response
EMF
- 测试EMF生成、载入、存储,从EMF中生成新EMF以及反编译EMF的Win32程序-Test EMF generation, loading, storage, from the EMF generated in the new EMF and EMF decompile the Win32 process
sreport
- 如果在您的软件中需要输出报表,您也许有很多办法,但实现起来估计就不简单了。其实用DHTML提供的表格可以在很大程度上满足一般的需求。本文正是试图通过包装对DHTML表格的操作使程序员从无聊的报表设计中解脱出来-If your software necessary output statements, you may have a lot of ways, but it is estimated that implementation is not simple. In fact, using D
956663_1230014250uAJA
- RaveReport是一个基于组件的可视化报表开发组件,它简化了在应用程序加入报表的步骤.你可以是用Rave Reports去创建各种报表,从简单的条状报表到高度自定义的报表。-RaveReport is a component-based visualization components Report development, it simplifies the add statements in the application step. You can Rave Reports are u
Report
- 打印功能--从其它地方转载的 仅供参考
PrinrPreviewRichBox
- 一个利用微软的RichTextBox控件设计的打印预览源代码,支持所见即所得打印,支持文字图片,和 word一样(因为本身RichTextBox都支持,呵呵),支持直接打印输出和预览,反正预览的一切功能都可以做到,特别适合对打印要求不是很高的朋友,初学者也可以从中学到一些打印控制的支持,代码不错。 -RichTextBox
liaxi
- 从键盘输入任意一个字符串;打印出各种图形-Any of a string from the keyboard print out a variety of graphics
yuesefu
- 编号为1,2,3,4…,n的n个人按顺时针方向围坐一圈,每人 持有一个密码(正整数).一开始任选一个正整数作为报数的上 限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m 时停止.报m的人出列,将他的密码作为新的m值,从他在顺时针 方向上的下一人开始重新从1报数,如此下去,直到所有人全部 出列为止.编程打印出列顺序. -Numbered 1,2,3,4 ..., n of n individuals sitting around the circle
printhtml_demo
- 如何从编写网页程序来打印。可以任您选择哪个部分来打印。-How to write web applications to print. You can either choose which part to print.
ip-packet
- (1) 从数据包文件如“packet.pkt”中读取分组,并输入一个整数值作为MTU。首先计算分组头校验和,判断分组接收是否正确,然后检查分组长度是否超过MTU。如果长度超过MTU,则检查DF位:若DF位为1,打印出错信息;否则对IP包进行分片,生成各分片的文件,如Fragment1.pkt、Fragment2.pkt等。 (2) 读取上一步得到的各分片文件,首先计算头校验,检查分片是否正确;然后将各个分片组装成一个完整的分组,并保存在一个数据包文件如“MergedPkt.pkt”中;比较M
StudentClass
- 定义学生类,要求存储学号,姓名, 年龄,性别,班号等信息,并作为私有成员变量存储,分别实现readInfo (...), PrintInfo(...), findInfo(...) 三个公有成员函数,用于进行信息读取、信息打印、信息查找。要求readInfo (...)从键盘输入并设置学生信息,findInfo(...)从键盘输入学号进行学生对象的查找,PrintInfo(...)将学生信息打印出来-Defined class of students, requiring storage stu
zhishu
- 打印质数的各种算法,首先介绍了教科书上的实现方法,然后从减小时间复杂度的方向出发,介绍了几种打印质数的算法,C++实现。-The number of print quality algorithm, first introduced on the implementation of textbooks, then reduce the time complexity from the direction, describes several printing prime numbers algo