搜索资源列表
RegClass
- 提供方便的接口写注册表 继承或者直接引入本类,可以简单地实现改写注册表,写入自己所要键值的功能。
ComHook
- 一个高级编程代码,通过COM接口来实现对应用程序的HOOK,用于MSN,通过COM接口实现MSN与本程序互动。测试时需要开两个MSN聊天
CopyHookService.rar
- 用拷贝钩子实现对文件的监视,包括对文件的移动、删除、复制等,用到的是ICopyHook这个COM接口,Hook used copy of the document to achieve the surveillance, including the movement of files, delete, copy, etc. is used in the COM interface ICopyHook
COM_Shell_Hook
- 实现IShellExecuteHook接口,监视被shellExecuteEx和ShellExecute创建的进程。-Achieve IShellExecuteHook interface, monitor and ShellExecute created by shellExecuteEx process.
shell.cpp
- 纯c实现的shell接口编程,模拟仿真shell命令行终端的各种命令-the shell application interface realized in pure c
srccount
- shell扩展编程的源码,com接口,vc 实现-shell extension programming example
Project1
- 我见过许多代码,在从ACCESS数据库读取图像数据后,往往需要借助一个临时文件进行转换才能显示,其实借助API,完全可以直接显示,而不需要临时文件,此外,大家还可以使用OleCreatePictureIndirect函数转图像数据转换成标准的IPicture接口,以实现VB图像显示的自动性和持续性,具体代码如下:-I ve seen a lot of code, after reading the image data from the ACCESS database, often need