搜索资源列表
WDMbuild
- 这是一个在VC下开发WDM驱动程序的小工具,可以实现动态加载和卸载驱动程序而不用编写INF文件,很适合初学者。-This is a development of the VC WDM small tools, dynamic loading and unloading of drivers having to prepare INF documents, which is perfect for beginners.
实例119 注册与卸载OCX
- 用vc实现ocx控件的注册-with vc achieve randomly Control Registry
Registerand1ocx
- 一个能实现ocx的注册与卸载的vc++实例,经调试运行成功,对学习vc++是一个很好的例子,希望站长笑纳-achieve a ocx registered with the unloading of vc + + example, commissioning, operation successful learning vc + + is a good example of the hope that the station heart! !
Uninstall
- VC制作软件卸载程序-无果树37925787
testdll
- VC下虚拟串口相关的安装及卸载动态链接库和配置
saveasmhtml_src.12NEW
- VC++源码。按照“网址.ini”中的列表要求,自动批处理下载网页。程序后台隐藏运行。只有程序仍在运行,那么每天自动下载一次,按照日期分别建立文件夹保存,且保存的文件名的尾部都自动添加了日记标志。提供了安装BAT文件和卸载BAT文件。安装后,只要系统启动,就会自动后台执行网页下载。
DriverManager
- VC++ MFC 编写的驱动程序,安装,运行,停止,卸载,部署的例子,里面含有一个驱动程序例子-VC++ MFC write drivers, installation, operation, stop, uninstall, deploy the example, which contains a driver for example
Taskmng
- Taskmng:用dll模块调用ActiveX控件、访问数据库、文件传输等功能,由运行在系统托盘的客户程序管理dll的软件。每加载或卸载一个dll,就能将其导出的功能添加到动态菜单或从动态菜单删除。运行环境:VC++6.0,在Windows XP通过测试-Taskmng: using dll module called ActiveX controls, access to databases, file transfer and other functions, from running in
DynService
- 3322 windows服务 包括vc源代码和可执行文件 3322Service.exe -i 安装服务 3322Service.exe -u 卸载服务 -3322 windows services include vc source code and executable files 3322Service.exe-i installed Service 3322Service.exe-u uninstall Service
WindowTitle
- VC++编写的进程模块查看器,用于枚举系统的所有进程及其所挂接的所有模块,并实现了枚举进程、远程卸载指定进程模块、搜索指定进程的功能。此外,这个小程序还实现了对操作系统“运行”对话框、“文件属性”对话框的调用。 -VC++ in the process of the preparation module viewer for the enumeration of all process systems and articulated by all the modules, and the r
driverInstallDll
- 驱动加载和卸载的DLL,可以用VC编译成DLL 给别人调用-Driver install and uninstall DLL
RemoveDriveByLetter_demo
- usb的PNP设备的自动卸载,模拟弹出,VC6.0环境-Auto unplug of USB PNP device
VC_programming_installation_services_to_classic_un
- VC++ 服务程序编写及安装与卸载经典代码VC + + programming and installation services to classic and uninstall code-VC++ programming and installation services to classic and uninstall code
localsoft
- 一个获取本机安装软件的vc例子,再改进一下就可以卸载软件-For the installation of a software vc example, and then click on the improvement of the software can be uninstalled
RegisterOcx
- VC++ 注册与卸载OCX控件的小工具源程序,VB与Delphi都有不少类似程序,这个是用VC写的,虽然简单,但写出了主要的思路,有参考性。 -VC++ up and uninstall the gadget source OCX controls, VB and Delphi are many similar programs, this is written with the VC, though simple, but to write the main ideas, there ar
OshjTaskView
- VC++编写的进程模块查看器,用于枚举系统的所有进程及其所挂接的所有模块,并实现了枚举进程、远程卸载指定进程模块、搜索指定进程的功能-VC++ the process of writing module viewer enumerates all system for the articulated process and all the modules, and to achieve the enumeration process, the remote uninstall the speci
RegisterOcx
- vc注册与卸载OCX的程序源码,值得一看!-vc up and uninstall the OCX program source code, worth a visit!
tstdll
- 最简单的dll编写及调用,理解调用的过程以及卸载的过程,因为dll没有输出直接的方式,一般需要辅助调试工具,比如deugview的支持,-a sample test program for vc++ dll ,print result to debugview
dll注入目标窗口与卸载
- dll注入目标窗口与卸载源码,这个是.cpp文件,改完直接拖进vc可直接运行
VC++动态链接库(DLL)编程深入浅出(全)
- 静态链接库与动态链接库都是共享代码的方式,如果采用静 态链接库,则无论你愿不愿意,lib中的指令都被直接包含在最终生成的EXE文 件中了。但是若使用DLL,该DLL不必被包含在最终EXE文件中,EXE文件执行 时可以“动态”地引用和卸载这个与EXE独立的DLL文件。静态链接库和动态链 接库的另外一个区别在于静态链接库中不能再包含其他的动态链接库或者静态 库,而在动态链接库中还可以再包含其他的动态或静态链接库。(Both the static link library and the d