-
VCdeepdemastrationcode1-6
VC深入详解的随书源码,第1章到第6章全部示例(VC++ in-depth Xiangjie-demand book source code, Chapter 1- Chapter 6 All samples)
- 2009-09-10 16:48:37下载
- 积分:1
-
UniButton
Control Unicode Button
- 2014-02-25 13:33:27下载
- 积分:1
-
cool_toolbar&menu
非常漂亮的自绘工具条和菜单(very beautiful painting from the toolbar and menu)
- 2005-02-24 19:00:34下载
- 积分:1
-
fenleixinxi
免费信息发布,信息分类,可按地区显示信息(Free information released classified information, according to the region to display information)
- 2012-11-28 15:47:37下载
- 积分:1
-
255105lesson10
这是我图形学课程的作业,利用OPENGL和VC++开发,画的是一个动态场景,有光照,阴影等效果,可旋转。(This is my operating graphics programs, use of OPENGL and VC++ development is a dynamic art scene, with light, shadows and other effects, may be rotating.)
- 2021-01-25 23:08:42下载
- 积分:1
-
BaseMenuDemo
vc——基本下拉菜单的创建与消息响应BaseMenuDemo(vc- basic drop-down menu to create and message response BaseMenuDemo)
- 2011-07-24 20:56:11下载
- 积分:1
-
6416198
Similar to VB property sheet controls(Similar to the VB property sheet controls)
- 2017-07-19 01:30:36下载
- 积分:1
-
tongxunlu
通讯录MFC,通过Access建立数据库,ODBC接口访问数据库,Visual C++ 6.0开发环境实现添加、删除、查看、全部查看、退出等内容。(Mail list MFC, establish the database through Access, ODBC database access interface, Visual C++ 6 development environment to achieve add, delete, view, view all, exit and other content.
)
- 2014-06-30 18:53:22下载
- 积分:1
-
ReadTiff
visual c++ code to read a tiff file.
- 2011-06-18 19:05:31下载
- 积分:1
-
MeDelete
SelfDelete(可以删除自身的VC++源码(巳通过了调试))
为了实现程序自删除功能,我们可以通过多进程的方法解决这个问题。可执行文件在结束返回前,创建一个运行命令窗口的新进程(在Windows98中为Command进程,在Windows2000/XP中为CMD进程),当然该命令窗口以隐藏方式执行,并通过传递参数执行删除功能。为了避免可执行文件的映像还在内存中就执行删除,需要把当前进程设置为实时优先级,而命令窗口进程设置为很低的IDLE优先级,这样首先可执行文件结束返回,再运行命令窗口的删除命令,就实现了该文件自身的删除功能。 (SelfDelete (you can delete its own VC++ source code (had passed debugging))
In order to achieve the program from the delete function, we can multi-process methods to solve this problem. Return before the end of the executable file, run the command window to create a new process (in Windows98 process for the Command, in Windows2000/XP process for CMD), of course, the command window to hide the manner and to perform delete functions by passing a parameter . In order to avoid the executable file image still in memory on the implementation of delete, you need to set the current process for real-time priority, and the command window to set the process priority to low IDLE, so the end of the first return to the executable file, then run the command window delete command, the file itself to achieve the delete function.
)
- 2011-06-26 23:22:21下载
- 积分:1