搜索资源列表
VB_VC_PrintWord
- 此程序为VB写的打印WORD2003的程序。 VC调用此程序只需要使用语句WinExec(\"Printit.dll c:\\\\test.doc 2-5\",SW_HIDE) 接口为两个命令行参数。第一个是要打印的文件名,第二个是打印的页数。 能检查你输入的文件是否存在,能检查输入的参数个数对不对。如果只有一个参数就默认打印所有页。
vc文件与打印
- 打印设置,文件操作、文本和图形打印,输入法设置等操作C#-Print settings, file manipulation, text and graphics printing, and input method set up operational C#
完整的打印机监控源码
- 完整的打印机监控源码,可监测文件内容,含服务端。C#完整源码,甚至包含注册机源码。,Complete source code printer monitor, can monitor the contents of the documents, including client service. C# Complete source code, and even contains Zhuceji source.
PMW32.rar
- 用C++编写的对本地打印机打印的文件名称以及时间的监控,Using C++, prepared by the local printer to print the file name and time monitoring
PrintSpiral
- 打印螺旋形数字,采用c语言编写,附带exe文件,运行正常-PrintSpiral
printUShape
- 打印u形数字,采用c语言编写,附带exe文件,运行正常-printUShape
SimpOrderPrint.src
- 基于C++Builder 6的医药类单据打印系统,主要是Access + FastReport + VCLSkin的一些综合应用,重点功能是FastReport中实现人民币中文大写、空行补齐,页面小计(SubTotal)等…… 本打印程序开发过程中使用了FastRepot和VCLSkin组件,源程序在编译时需要在工程(Project)的选项(Options)中更改一下Include和Lib的路径,指向你的FastReport的安装目录。否则会提示找不到头文件等编译错误。-Based o
SMS
- 打印模板,在c#里进行打印预览以及文件打印-Print the template, in c# where to print preview and print documents
MyPrint
- Visual c++打印实列源代码参考的功能都是根据特定的条件选择文件内容进行打印-Visual c++ to print out the source code reference implementation of the functions are selected according to specific conditions, contents of the file for printing
ch3fileCsharp
- 用C#的编写的文件与打印的示例程序 开发环境visual stdio 2008-Written in C# for file and print sample program development environment visual stdio 2008
del
- Visual C++案例开发集锦\第七章\删除目录及子目录文件的程序源码,值得一看!-Visual C++ case development highlights \ Chapter \ delete the program files directory and subdirectories source, worth a visit!
8-6
- 输出文件的末尾行,C语言作业 命令 tail用来打印文件中最后n行。 命令格式为:tail [-n] filename,其中: -n :n表示需要打印的行数,省略时n的值为10。 filename :给定文件名。 如,命令tail -20 example.txt 表示打印文件example.txt的最后20行,用C语言实现该程序。(提示:使用命令行参数)-The end of the line of the output file, C language operations
littte_C_Code
- 文件中把包括一些简单地C语言程序,有需要的同学可以下载-File simply C language program, needy students can download
PrintTopFive
- C#自定义打印,只打印前几页内容,需要数据库内容,但数据库文件找不到了,不好意思了,发上来可以参考一下代码,注释也蛮多。-C# custom print, print only the first few pages, you need a database content, but the database file is not found, sorry, the hair can look up the code, comments also find many.
Log
- C++实现的日志打印类,使用了多线程和文件锁机制-C++ implementation of the log print class, the use of multi-threaded and file lock mechanism
dayin2
- 在C++中调用ZXing生成Code128编码的条码,并打印出来。使用时需要安装java,并在config.ini文件中设置java路径。-this program use zxing to generate code 128 bar code,and print。you must install java and set the jvm path in config.ini file.
Printer_DLL
- 1、HoneywellPrinter DLL动态库是Honeywell公司为了简化其打印机开发难度、减少打印机开发工作量而提供的一个功能函数集合。封装了一些常见打印机功能的操作。目前最新版本V1.3,包括64位和32位系统的两个不同库文件。 2、通过该动态库,代理商、软件商都可以很容易的针对Honeywell打印机进行各种定制开发而无需掌握打印机的指令集,从而可以将打印机很容易的无缝集成到他们的系统中去。 3、该动态库也支持直接发送各种打印指令到打印机,从而很好的兼容了的以往采用打印指令开发