搜索资源列表
ShellExtGuide9_Part IX.zip
- vc编写的shell,环境为vc6,对.txt文件图表随内容大小改变-vc prepared by the shell, the environment vc6, right. Txt file with the contents of the size chart changes
替换开始菜单VC代码
- 可以替换WINDOWS开始菜单VC源码 GetShellTrayDlg.h, GetShellTrayDlg.cpp - the dialog These files contain your CGetShellTrayDlg class. This class defines the behavior of your application s main dialog. The dialog s template is in GetShellTray.rc, which
ShellExtGuide4
- vc编写的shell,环境为vc6,左键拖动的硬连接-vc prepared by the shell, vc6 environment, the hard Left drag link
ShellExtGuide9
- vc编写的shell,环境为vc6,对.txt文件图表随内容大小改变-vc prepared by the shell, the environment vc6, right. Txt file with the contents of the size chart changes
winshell1
- 稿件名称:Windows shell扩展技术探讨 稿件作者:唐东明 程序名称:ContextShellExt 运行环境:Win XP;VC++6.0-releases name : Windows shell extension technology releases Author : His name prescribed procedures : ContextShellExt operating environment : Win XP; VC 6.0
FileWatcherTest
- 可以监控磁盘的操作变化,VC编的程序,绝对对你有帮助的。-disk can monitor changes in the operation, VC addendum to the proceedings, you have absolutely right help.
TmRemoteProxy
- 利用腾讯的tm可以远程控制内网电脑(透过防火墙),但此建立过程需要双方进行交互确认。tm远程代理可以在内网被控方电脑进行自动应答,实现无需操作内网机器即可进行控制。本代码使用AutoIt3.0 & VC 6.0开发的。实现是通过监视qq窗口和模拟鼠标和键盘操作。-use the remote control can tm within a computer network (through a firewall), However, this process requires both side
EASYLogger
- vc++下windows的进程监控程序,很不错,很棒-vc under the windows of the process control procedures, very good, excellent
SimpleExt
- VC++6.0 调试通过。基于COM结构的外壳扩展实例程序,以我的文档为根目录,采用资源管理器类似的模版显示树形目录结构。
CommonControls
- Windwos最常用的各种控制模块(强烈推荐),VC++,编译OK,如进度条,slider,背景颜色
RegSoft
- vc source 它是关于对软件进行注册的vc程序源码
windows_loadgif
- 一个支持vc非MFC工程加载gif动画的类
wordfreq
- 按照linux下使用shell编程统计单词词频的方法,使用vc实现文章中英文单词词频统计
PEAnalyse
- 一个用VC++6.0实现的分析PE文件的导入表&导出表的源代码。适合与学些pe文件分析的同行学些。
实现在vc中调用chm文件
- 在VC中如何调用CHM文件的源代码-in VC called CHM how the source code
shellcode.rar
- 打造自己的Shellcode综合分析工具 VC写的,Create its own comprehensive analysis of Shellcode Writing the instrument VC
VIPSHELL2007
- [VC] VIPSHELL2007代码 VipShellServer 是服务端程序。 VipShellServer.cpp 连接的地址在 void CVipShellServer::Test() { //.. WORD wVersionRequested = MAKEWORD(1, 1) WSADATA wsaData WSAStartup(wVersionRequested, &wsaData) // CreateThread(0,0,Thre
shellprograming
- Shell 编程源码,有20个程序,分别为VB、VC描述-Shell programming source code, there are 20 procedures, respectively, for VB, VC Descr iption
c_dll_4_vb
- This function demonstrates how to call a DLL compiled in VC++ in VB. It s a simple example to pass arguments and parameter to DLL from VB s ca-This function demonstrates how to call a DLL compiled in VC++ in VB. It s a simple example to pass argument
CallingVCDLLfromVB
- This function demonstrates how to call a DLL compiled in VC++ in VB. In this example, it provides both VC++ source code to make DLL and VB code to call function inside.