搜索资源列表
VCtempClean
- VC产生的临时文件有时真的很烦人!当你编译一个程序,突然系统弹出一个对话框:“D盘已经没有足够的空间~~~~~~~~~请问需要进行磁盘清理吗”,而它只能清掉了Nkb的东东,你有什么理由不自己写一个专门清理VC垃圾的小工具呢?隔一段时间运行一次,彻底清除指定类型的垃圾文件:干干净净,中国人,奇强! -the temporary files sometimes really annoying! When you compile a procedure, suddenly pop up a dia
vc001010010
- vc编程常见的小技巧,涉及到利用对话框,等很多种控件的巧妙使用之处-vc small common programming skills, involving the use of dialog boxes, and other kinds of controls cleverly used Office
OpenMutiFile
- 多文档打开示例,VC++ 6.0 探出对话框,一次打开多个文件。
select folder
- VC中提供了CFileDialog类来选择文件,如果想实现选择文件夹的功能,就不是那么简单了。下面的函数,可以实现选择文件夹的功能。并且可以指定文件夹和对话框的名称。
VC++6实现字符查找,定位
- VC++6实现字符查找,定位,插入字符串的操作,演示了对话框的操作-VC++6 to achieve character to find, locate, insert the string operations, demonstrate the operation of the dialog box
Replace
- 用于文本文件的字符替换,虽然很简单,但是适合VC对话框初级者学习-Text file used to replace the characters, although very simple, but suitable for beginners learning VC dialog
PEPacker(5)
- 基本要求:了解VC++6.0基本使用方法;了解PE格式,不熟悉的地方能够通过查阅资料弄懂; 阅读对象:想写壳的新手。高手掠过,本文仅限于写壳入门。 文章类型:原创 文章作者:天漏客 QQ:285252760 完成日期:2009年03月29日 作者主页:www.lilu.name 文章说明:允许转载,但最好注明转载出处。 文章标题:使用VC自己动手编写加壳程序(1)——打造自己的壳 主要内容:生成界面,完成打开文件对话框。
file_divide
- 用于实现文件分割和合并的源代码和应用程序。本人在学习对话框编程时做的程序,可用于初学者熟悉VC的编译环境和一些基本功能的实现。-I do programming in the learning process the dialog box can be used for beginners familiar with the VC build environment and some basic features of the implementation.
Demo
- vc如何实现文件夹对话框的程序源码,感兴趣的可以看下-vc how to program source code folder of the dialog box, may have a look of interest
vcsercher
- vc++语言编写的对话框程序,实现对电脑中文件的搜索分类等功能-vc++ language dialog box procedure, search and classification capabilities of the computer files
TestOLEPDF
- 采样OLE控件方式,在对话框程序里打开PDF文件。(This program can open and display a PDF file in a dialog, by using the OLE technique.)
利用VC实现Word文档预览
- 利用VC实现word文档预览功能,可以将预览嵌入到应用的对话框中。原理是:先调用word的ole接口将doc文件转换为pdf,再利用pdf2swf.exe工具将pdf转换为swf,利用swf进行预览。内有详细的说明文档。(Using VC to implement the word document preview function, you can embed the preview into the dialog box of the application. The principle i