搜索资源列表
DeviceChange
- 演示如何捕获系统设备变更消息,如u盘的插入等
SimpleDriverDetector
- VS2008 C#,自动监测新插入的设备(u盘、移动硬盘等),并按照设置自动复制特定文件到指定位置。主要用到 1.获取windows消息监测设备的插入与拔出 2.正则表达式以匹配文件名-VS2008 C#, automatic monitoring device changed(Flash disk, hard disk, etc.), and copy specified files to the destinate folder.
qt_usb_code
- 基于qt的利用qdbus接收hal的消息,检测u盘插入,可以分辨出是u盘还是硬盘、分区、usb。整个程序比较完善。-Based on the qt use qdbus receive hal message, detect u disk inserted, can tell u disk or hard disk partition, usb. The entire procedure is complete.
fypher
- 该程序通过接受系统广播消息响应u盘的插入和拔出。 可以用户自定义命令行,点start后窗口隐藏,开始监控~呵呵~ 该程序可以作为各种u盘工具的雏形,比如u盘小偷什么的。-The program by accepting the system broadcast the message to respond to u disk insertion and removal. Can be user-defined command-line, after the start point of
uSB_file_sniffer(2008)
- 自己写的一个u盘自动复制文件程序,能够在usb插入时自动复制指定的文件,主要是WM_DEVICECHANGE消息的运用-u disk to write a program automatically copies the file can be automatically inserted in the usb copy the specified file, use the main message is WM_DEVICECHANGE
CheckusbDisk
- 检测u盘是否插入。通过截获消息同时获取驱动器列表就可以看到插入和拔出的驱动器设备-Detect whether the inserted u disk. Intercepted messages to get through the list of drives at the same time you can see the plug and unplug the drive device
uSBTest
- VC++检测u盘插入和拔除,应用WM_DEVICECHANGE消息-VC++ detection u plate insert and pull out
scxt
- 首先,感谢盒子的朋友们无私的精神(尤其是麻子哥,抄过你不少代码呦~)。在盒子里学到了太多的东西(好多太高深看8懂:P)总觉着不上传点东西分享一下很愧疚...... 前几天在学习监测硬件是否变化时发现了VC版的“闪盘小偷”代码,为了学习将其改成了DELPHI版,大家一起研究。 程序功能:监视是否有移动存储设备插入,如果插入将其内容拷贝到指定目录中. 实现原理:当Windows系统的硬件设置发生变化时,系统将会向所有应用程序发送一条WM_DEVICECHANGE消息.当有设备
uDiskDll
- 检测u盘拔出与插入的一个dll编写,使用的是回调函数的方法,并不是时时发送消息,而是截获设备装卸时的消息-Detection u disk pull out and inserted a DLL to write, using a callback function method, is not always sending messages, but capture equipment handling of news
uSBTest
- 可以获取u盘插入、拔出的消息,并更新u盘的状态-get usb Message
qt_usb_code
- 基于qt的利用qdbus接收hal的消息,检测u盘插入,可以分辨出是u盘还是硬盘、分区、usb。整个程序比较完善。-Based on the qt use qdbus receive hal message, detect u disk inserted, can tell u disk or hard disk partition, usb. The entire procedure is complete.
qt_usb_code
- 基于qt的利用qdbus接收hal的消息,检测u盘插入,可以分辨出是u盘还是硬盘、分区、usb。整个程序比较完善。-Based on the qt use qdbus receive hal message, detect u disk inserted, can tell u disk or hard disk partition, usb. The entire procedure is complete.
FoldTest
- 通过系统消息检测笔记本模式/平板模式相互切换,也可以检测u盘的插入和卸载。-Through the system message detection model of laptop/tablet switch each other, also can detect the u disk inserted and unloading.
udisktest
- 监测u盘插拔的测试用例,截获windows 消息,判断u盘是插入还是拔出并提示(The test case monitoring disk plug, intercepts windows messages, u disk is inserted or pulled out of judgment and prompt)
uTest
- 检测u盘插入或拔除消息,并在该消息下执行cmd命令。 代码可编译运行,非常适合学习。(check u disk messages.)