搜索资源列表
替换开始菜单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
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
MyFProject
- 自己做的VC工程整理程序,可以查找VC工程,双击工程后可以在弹出的对话框中整理VC工程,主要是删除Debug/Release目录和ncb/clw等文件。-own VC works collated procedures can find VC works, double-click works in the pop-up dialog box collate VC works, mainly to delete Debug / Release catalog and NCB / clw othe
97a614fa66ed72b89e514696
- 想用vbs来控制鼠标的移动和点击,虽然按键精灵可以做到,但做这么简单的事情不想启动那么大一个程序,所以自己用VC写了一个小程序,可以让VBS来控制鼠标移动和点击。 用法: 移动鼠标到桌面坐标200,50的vbs命令如下: CreateObject("Wscr ipt.Shell").Run "mouse.exe m,200,50" 点击鼠标左键的vbs命令如下: CreateObject("Wscr ipt.Shell").Run "mouse.exe
GetVER
- VC实现获取自身的版本号等资源信息。如果修改,也可以实现查询其他执行文件的版本号。-VC to achieve to get its own version number resources. If modified, can also query the version number of the other executive file.