CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 钩子与API截获 搜索资源 - 消息程序

搜索资源列表

  1. 屏幕取词之MouseHook

    1下载:
  2. 屏幕取词中,截获当前鼠标消息的部分。程序根据当前点得到当前窗口的文字。- The screen takes in the word, interception current mouse news part. The procedure basis current spot obtains the current window the writing.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:5018
    • 提供者:李国帅
  1. delphi对windows高级编程的很多例子

    0下载:
  2. delphi对windows高级编程的很多例子:delphi实现屏幕落雪效果,按键转汉字,模拟输入法程序,利用消息钩子屏蔽定时器,利用窗口过程钩子截获QQ账号,判断用户目前是否在操作电脑-the windows of many high-level programming examples : delphi screen snow effect keys to Chinese characters, analog input procedures, the use of news hook sh
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:3947739
    • 提供者:张强
  1. mpeg_play

    0下载:
  2. 此程序是利用getmsg.dll截获notepad.exe 中WM_COMMAND消息的例子, 测试的时候请打开notepad.exe,并在其中输入内容,mpeg_play程序将收到相应的消息-use of this procedure is getmsg.dll were intercepted notepad.exe news WM_COMMAND example, testing the open the notepad.exe and in which input, mpeg_pla
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:134052
    • 提供者:孙毅
  1. Lesson20a

    0下载:
  2. 捕获鼠标和键盘的钩子程序,也可放行某些消息(如按键F2,关闭窗口)。-capture the mouse and keyboard hooks, and may also release certain information (such as keys F2, closing windows).
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:27717
    • 提供者:hanzi
  1. APISpyApp

    0下载:
  2. 这个是一个挂钩所有API的DLL程序,他能监视所有的消息和API-this is a link to all the DLL API procedures, he can watch all the news and API
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:25213
    • 提供者:于军亮
  1. GetMessageCode

    0下载:
  2. windows中消息截获程序示例.-windows intercepted procedures example.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:24584
    • 提供者:赵善龙
  1. disableshutdown

    1下载:
  2. 用hook技术屏蔽windows的关机消息的代码的程序-hook technology with shielding windows shutdown of the news code procedures
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:3316
    • 提供者:秦国民
  1. keyboard_hook_sound

    0下载:
  2. 利用钩子函数截取键盘消息,并读出按下的键对应的字母,是个不错的学习hook的样板程序。-use of the keyboard hook function interception of information, and read out the keys by pressing the corresponding letter. is a good model for studying the hook procedures.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:34169
    • 提供者:王维杰
  1. keyboard2000

    0下载:
  2. 这是一个用Windows API写的屏幕键盘。是很好的编程参考代码,程序里面有两点新东东:Button的Subclassing,同时自己处理鼠标点击消息; 鼠标的钩子函数 -This is a Windows API to write the screen keyboard. Is a good reference to the programming code, procedures, there are two new Eastern : Button of Subclassing.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:14118
    • 提供者:c-king
  1. vc_jiqiaoshili_part5

    0下载:
  2. Visual.C++程序设计技巧与实例--配套光盘 第5章 消息映射与处理 本章共8个实例: 1. Mouse鼠标消息示例 2. KeyBoard键盘消息示例 3. Sender_Reveiver利用消息来实现内部进程通信 4. MouseHook鼠标钩子示例 5. SubClass通过子分类来重定向消息 6. SuperClass超分类示例 7. Test重载OnCmdMsg来截获和重定向消息 8. CmdFun使用命令范围来映射消息-Visual.C
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:386422
    • 提供者:xixi
  1. pwdspy_src

    0下载:
  2. 查看编辑框密码的程序源代码.通过设置消息勾子实现.-View password edit box of source code. By setting the news hook to achieve.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:39458
    • 提供者:a278972
  1. mousehook

    1下载:
  2. 实现适时获取当前鼠标所在窗口的标题,并将其显示在一个EDITBOX中. Windows系统是建立在事件驱动的机制上的,说穿了就是整个系统都是通 过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口, 用它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以 实现的功能。钩子的种类很多,每种钩子可以截获并处理相应的消息,如 键盘钩子可以截获键盘消息,外壳钩子可以截取、启动和关闭应用程序的消 息等。本文在VC6编程环境下实现了一个简单的鼠标钩子程序,并
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:22201
    • 提供者:杨秉岐
  1. keyboardHook

    0下载:
  2. 禁止Windows的键盘程序,生成dll文件,通过简单函数调用可以禁止或者允许特殊键盘消息的屏蔽
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:12098
    • 提供者:jerry
  1. Interceptedmessagerar

    0下载:
  2. 如何在一个应用程序中截获另一个应用程序发的消息
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:4131
    • 提供者:宋志广
  1. 5-消息映射与处理

    0下载:
  2. 来自《Visual C++程序设计技巧与实例》第五单-from "Visual C programming skills and examples" of the fifth -
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:517861
    • 提供者:徐进
  1. vc消息捕捉

    0下载:
  2. 这是一个用vc实现的有关消息捕捉的程序,可一得到鼠标的位置及键盘的按下情况-This is a realization of the vc used the news of the capture, may be a position of the mouse and keyboard of the press
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:135942
    • 提供者:赵利君
  1. HookaReg 系统钩子截获系统鼠标和键盘消息

    0下载:
  2. 编写了一个系统钩子截获系统鼠标和键盘消息和一个修改注册表启动项开机运行指定程序的基于MFC的对话框。Hook文件夹包括生成系统钩子的动态链接库的源文件;MyHook文件夹包括所生成的动态链接库和修改注册表启动项等源文件。生成的程序可以保护自己的电脑不被他人使用。注意:1.程序预留的系统启动入口为“Alt+j”(切记!!!);2.本程序在xp系统vc6.0 debug下编译通过(其他系统没试过);3.部分代码是根据本人电脑屏幕尺寸设计(请更改源码)。-Write a system hook int
  3. 所属分类:钩子与API截获

    • 发布日期:2017-04-09
    • 文件大小:2132191
    • 提供者:余福芳
  1. API TIMER消息处理

    0下载:
  2. 程序就不再响应我的键盘消息,键盘消息是用来控制移动方向的.
  3. 所属分类:钩子与API截获

  1. Blank

    0下载:
  2. 通过程序向另外的窗口发送消息,你们看看就知道了.-Through the program send a message to another window
  3. 所属分类:Hook api

    • 发布日期:2017-05-24
    • 文件大小:8462578
    • 提供者:wdwin
  1. mouse

    0下载:
  2. 获取鼠标指针,通过消息处理方式、定时器方式、多线程方式和全局钩子方式四种方式实现获取鼠标指针的程序。-The mouse pointer, by way of messaging, timer mode, multi-threaded approach and way of four ways to achieve global hook to get the mouse pointer in the program.
  3. 所属分类:Hook api

    • 发布日期:2017-05-22
    • 文件大小:7025257
    • 提供者:龙园
« 12 3 4 5 »
搜珍网 www.dssz.com