搜索资源列表
print-preview
- 在windows VC++ MFC下打印预览源码,非常实用-the windows VC MFC Print preview source, a very practical
dbgview
- vc++调试工具,通过时实的信息打印来分析程序在运行中的状态
printingmadeeasy_demo
- 这是一款用VC++编写的打印程序,它可以让你轻松实现各类报表打印,可以自动绘制报表。-This is a VC + + printing procedures, it allows you to easily print various statements, statements of automatic drawing.
LevelEnroll
- 基于VC的等级考试报名系统。 本系统使用VC开发,实现的功能包括 ; 客户端:注册,报名,上传图片; 服务端:处理报名信息,自动安排考场,查询设置缴费状况,批量打印准考证等多方面功能-Based on VC' s Grade Examination System. The system uses VC++, functions include client: registration, register, upload pictures server side: the p
Pr
- VC 从底层打印精彩代码.的类 方法和例子-VC exciting code from the underlying print.' s Class methods and examples of
table_Print
- VC 小表格打印的一个典型示例,对打印有疑问的朋友可以好好参考-VC table to print a small typical example, to print questionable friends can make reference to the
WordPrint
- 本例子可以用于学习用VC++操作将数据导入到WORD中并进行打印,-This example can be used for learning with VC++ operator in the data imported into WORD and print,
MultiPrint2
- vc——实现定制打印页的页眉和页脚\MultiPrint2-vc- implement custom printed page headers and footers \ MultiPrint2
PrintRealDemo
- vc——实现“所见即所得”的打印\PrintRealDemo的程序源码,值得一看!-vc- to achieve " WYSIWYG" print \ PrintRealDemo the program source code, worth a visit!
SDocDemo
- 打印例程\SDocDemo\SDocDemo.rar,很不错的vc源码,希望能对大家有所帮助-Print routines \ SDocDemo \ SDocDemo.rar, very good vc source, I hope you can help
zyPrtLibVCPP-Windows-XP
- 周立功嵌入式MTP80-CRxxxC热敏打印控制板VC++驱动版本库-Zhou, who the embedded MTP80-CRxxxC thermal printing control panel VC++ driver repository
scxt
- 首先,感谢盒子的朋友们无私的精神(尤其是麻子哥,抄过你不少代码呦~)。在盒子里学到了太多的东西(好多太高深看8懂:P)总觉着不上传点东西分享一下很愧疚...... 前几天在学习监测硬件是否变化时发现了VC版的“闪盘小偷”代码,为了学习将其改成了DELPHI版,大家一起研究。 程序功能:监视是否有移动存储设备插入,如果插入将其内容拷贝到指定目录中. 实现原理:当Windows系统的硬件设置发生变化时,系统将会向所有应用程序发送一条WM_DEVICECHANGE消息.当有设备
GG
- 该程序可把十六进制整数打印成十进制整数。该程序用VC语言编写。适合VC初学者实践体验。 . . -The program can print the hexadecimal integer to a decimal integer. The program with VC language. Suitable for VC the beginners practice of experience. ..
0855
- VC++实现窗体打印,版权所有,欢迎下载-VC++ achieve form Print
NoPrtPreview
- VC++无打印机实现打印预览,大家都知道,当点击“打印预览”的时候,程序是需要根据所安装的打印机型号和纸张设置类型去实现预览,如果不安装打印机的情况下,程序首先提示“未安装打印机”,那么,不安装打印机,究竟能不能实现打印预览,或许本程序为提供一种思路。-VC++ the printer Print Preview, we all know, when click on the " Print Preview" , the program is needed to achieve
Dlg_PrintTest
- VC++打印文档的几个小例子,一个有三个例子,有稍微的差别,VC++新手可供下载。-A few small examples VC++ print a document, a three examples, there is a slight difference, VC++ novice available for download.
DlgPreprint
- VC++在对话框中使用打印预览功能的实例源代码,主要演示如何在对话框中使用只有在文档-视图模型中才能使用的打印预览功能,其实本程序也使用了一个没有文档类的文档-视图结构来间接完成打印预工作的,但我们在使用时基本感觉不到它的存在。 -In the dialog box, VC++ use the print preview function source code examples, mainly in the dialog box shows how to use the print previ
Print
- 利用VC++写的对当前显示界面进行打印的程序。-Using VC++ to write the current display screen printing process.
Linux-operator-new-delete
- 在 windows 下使用 VC 编程时,我们通常需要 DEBUG 模式下运行程序,而后调试器将在退出程序时,打印出程序运行过程中在堆上分配而没有释放的内存信息,其中包括代码文件名、行号以及内存大小。该功能是 MFC Framework 提供的内置机制,封装在其类结构体系内部。 在 linux 或者 unix 下,我们的 C++ 程序缺乏相应的手段来检测内存信息,而只能使用 top 指令观察进程的动态内存总额。而且程序退出时,我们无法获知任何内存泄漏信息。为了更好的辅助在 linux 下程序
VCPrintcurrentStack
- vc 打印当前堆栈代码,下载的别人的代码,分享下-print current stack code