搜索资源列表
shchangenotify
- 利用Windows的未公开函数SHChangeNotifyRegister实现文件目录操作即时监视程序可以监视在Explore中的重命名、新建、删除文件或目录;改变文件关联;插入、取出CD和添加删除网络共享都可以被该程序记录下来。(12KB)-use Windows function SHChangeNotifyRegister not open files directory operations can be monitored in real-time surveillance proce
UDF文件系统 源码
- Abstract:Universal Disk Format is a file system specification defined by Optical Storage Technology Association, One objective of UDF is to replace the ISO9660 file system. Introduce the characteristics of UDF file system, describe UDF file system’
SuperMp3_2.1.rar
- VB6开发的MP3播放器。可换肤、最小化到任务栏、文件(夹)拖动、MP3格式文件关联、TAG信息支持、可开机自动运行、自动关闭操作系统。(ATX电源可自动关机)。其它详细功能就不一一介绍了。,VB6 development of the MP3 player. Can be skin, minimize to the taskbar, file (folder) drag, MP3 format file association, TAG information support to boot
xp
- 该程序可用于初学病毒编程的入门,先复制本身到系统system中,并与TXT文件关联,并注册为开机启动项,如果发现有移动介质将会传播本身,并于每天中午12点在桌面上生成一个无用的文件,删除一次产生2个,再删则产生4个,依次类推。-The program can be used for programming novice virus entry, the first system to copy itself to the system, and with the TXT file associa
customnotepad1.1
- 程序功能: 1、实现程序的自定义安装 2、实现程序的卸载快捷方式 3、保存的自定义文件(.cfo格式)可以自动关联图标 4、双击.cfo文件可以自动启动自定义程序打开 5、双击打开多个文件时,程序单进程运行 主要采用方法: 1、把文件关联信息保存到系统注册表,按指定格式存储,文件即可自动和程序和图标关联! 2、采用自定义安装操作,通过System.Configuration.Install.Installer类来实现 -Program fe
windowsExample
- 几个windows编程实例涉及多线程,动态链接库,消息循环重载,进程查看,文件关联,剪贴板查看,键盘发声,运行后自销毁,文件查看,屏幕拷贝等-Several windows programming examples involving multi-threaded, dynamic link library, the news cycle heavy-duty, the process of viewing, file association, clipboard view, keyboard
program
- 此压缩包中包括六个c++程序,分别是:多线程实例,动态链接库(DLL),消息循环重载,进程查看程序,文件关联,剪切板查看器-This package includes six c++ program, namely: multi-threaded example, dynamic link library (DLL), heavy-duty cycle of message, process viewer, file association, clipboard viewer
shchangenotify.ZIP
- 利用Windows的未公开函数SHChangeNotifyRegister实现文件目录操作即时监视程序可以监视在Explore中的重命名、新建、删除文件或目录;改变文件关联;插入、取出CD和添加删除网络共享都可以被该程序记录下来。(12KB)-The undisclosed use of Windows file directory SHChangeNotifyRegister function operation can monitor real-time monitoring program
openfile
- 此为双击打开文件,双击对应的文件可以启动该软件并显示文件路径,但是没有实现文件关联功能,本小程序只是演示了在文件关联后,双击文件如何获得该文件路径。-This is the double-click to open the file, double-click the corresponding document can activate the software and display the file path, but no files associated functions, the
vbcode
- winlog(VB源程序)主要实现功能:1.感染EXE2.U盘传播3.文件关联,磁盘打开方式修改4.自动关闭有关杀毒软件之类的网页和注册表之类-winlog (VB source code) to achieve major functions: 1. EXE2.U infection spread plate 3. file association to open the disk to modify 4. automatically shut down the anti-virus soft
System_File_Association_demo
- System File Association
shchangenotify
- 利用Windows的未公开函数SHChangeNotifyRegister实现文件目录操作即时监视程序,可以监视在Explore中的重命名、新建、删除文件或目录;改变文件关联;插入、取出CD和添加删除网络共享都可以被该程序记录下来。 -The use of Windows, not a public function SHChangeNotifyRegister file directory operations to achieve real-time monitoring program t
associcate
- 建立文件关联,将指定后缀的文件关联到指定的程序。-To establish a file association, the file associated with the specified suffix to the specified program.
File_association
- 选择文件,提取文件图标,文件格式类型,默认打开该文件的程序路径等!-Select the file, extract the file icon, file format types, the default program to open the file paths!
yuanma
- 名称:反特洛伊木马 功能: 1、禁用自启动项目(run runonce runservices) 2、禁止修改.txt、.com、.exe、.inf、.ini、.bat等等文件关联 3、禁止修改"服务"信息 原理:设置注册表权限为只读 -Name: Anti-Trojan Features: 1, disabled since the launch of the project (run runonce runservices) 2, against chan
FileReg
- 一个简单的可以实现文件关联的小程序源码,可以看见图标-Can be achieved with a simple small program source file association, you can see the icon
200412314503026
- VB 中使用文件关联实例 -Instances of the use of file association VB VB examples using file association
File-directory-operations-monitoring
- 可以监视在Windows Explorer中重命名、新建、删除文件或目录;改变文件关联;插入、取出CD和添加删除网络共享等操作。-Can monitor in Windows Explorer, rename the new and delete files or directories changing the file association insert, remove the CD and add operations such as delete network shares.
File-association
- 文件关联,自定义格式(如.xb),和开发的程序建立依存关系.-File association, custom format (such as.Xb), and the development of the program to build dependency relation.
File-Association
- Ever wanted to programmatically associate a file type on the system with your application, but didn t like the idea of digging through the registry yourself? If so, then this article and code are right for you.