CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 键盘消息

搜索资源列表

  1. HookMouse

    0下载:
  2. 一个简单的鼠标钩子程序 Windows系统是建立在事件驱动的机制上的,说穿了就是整个系统都是通过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口,用它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,外壳钩子可以截取、启动和关闭应用程序的消息等。本文在VC6编程环境下实现了一个简单的鼠标钩子程序,并对Win32全局钩子的运行机制、Win32 DLL的特点、VC6环境下的MF
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:46884
    • 提供者:冰雨
  1. inject2

    0下载:
  2. DLL注入、输入法与键盘HOOK\2-拦截并修改输入法+拦截但不修改键盘消息(使用WH_KEYBOARD钩子,对控制台程序无效,稳定性最佳-dll injection
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:52239
    • 提供者:王河
  1. keyhook

    0下载:
  2. 键盘钩子,可以捕获键盘消息,每当用户按键时,程序会显示出用户按下了哪个键-Keyboard hook, you can capture the keyboard messages, whenever the user keys, the program will show what the user pressed a key
  3. 所属分类:Hook api

    • 发布日期:2017-05-14
    • 文件大小:3281419
    • 提供者:梦竹2008
  1. hook_program_for_fun

    0下载:
  2. hook编程实例,里面含有两个文件夹,hook工程里面做的一个dll文件,目的是使hooktest工程页面能够在所有页面起作用。本程序一旦运行,将屏蔽所有鼠标键盘消息。请误将其适用于非正当用途-hook programming examples, which contains two folders, hook works inside to do a dll file is intended to enable hooktest project page to work on all page
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:477350
    • 提供者:ycp
  1. TxtDllInjectApp

    0下载:
  2. 一个TXT记事本的键盘消息钩子,可以钩住所有的打开的TXT,实现无法键盘输入功能-TXT message notepad keyboard hook, you can hook all the open TXT, no keyboard input to achieve
  3. 所属分类:Hook api

    • 发布日期:2017-06-10
    • 文件大小:17009368
    • 提供者:YuMy
  1. InterceptAndModifyTheInputMessageBlockButDoesNotMo

    0下载:
  2. 拦截并修改输入法+拦截但不修改键盘消息(使用WH_KEYBOARD钩子,对控制台程序无效,稳定性最佳)-Intercept and modify the input message block but does not modify the keyboard (using WH_KEYBOARD hook, on the console application is invalid, the stability of the best)
  3. 所属分类:IME Develop

    • 发布日期:2017-03-29
    • 文件大小:53030
    • 提供者:小路
  1. MyDialog

    0下载:
  2. 实现了键盘几个组合键的屏蔽,通过截获键盘消息来屏蔽键盘组合键-A keyboard key combination to achieve some shielding, by intercepting messages to shield the keyboard combination of keyboard keys
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1860396
    • 提供者:fujianbo
  1. MFC_FetionL

    0下载:
  2. 最近不能往新疆发飞信.于是写了这个在飞信中用文件名聊天的工具.将输入的文件保存到文件的文件名中.找到飞信聊天窗口.粘贴进去.这样就可以往新疆发送免费的短信了.用到寻找窗口,发送键盘消息等技术.Fetion2010可用-Recently not to Xinjiang hair flying letter. So wrote this in Fetion using the file name chat tools. The input file to the file name. Find Fe
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:72340
    • 提供者:无意乂
  1. hook

    0下载:
  2. 按 F2 退出 拦截鼠标/键盘消息。采用 隐式连接 -Press ' F2' out to intercept the mouse/keyboard messages. An implicit connection
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-14
    • 文件大小:3776119
    • 提供者:刘转
  1. KEYBOARD

    0下载:
  2. VisualC++中,消息映射与处理函数的有关键盘消息的源代码-VisualC++, the message mapping and processing function of the source code for the keyboard message
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:51801
    • 提供者:陈九天
  1. gouzi

    0下载:
  2. 钩子的本质是一段用以处理 系统消息的程序,通过系统调用,将其挂入系统。钩子的种类有很多,每种钩子可以截获并处理相应的消息,每当特定的消息发出,在到达目的窗口之前,钩子程序 先行截获该消息、得到对此消息的控制权。此时在钩子函数中就可以对截获的消息进行加工处理,甚至可以强制结束消息的传递。 而键盘钩子,只是为了截获键盘消息的。全局钩子可以捕获在Windows平台下任意窗口上的键盘操作-Hook is the essence of a message processing system to proc
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:1533
    • 提供者:xiaojiake
  1. 1

    0下载:
  2. 使用全局键盘钩子,监听所有键盘消息,内有详细注释-Use global keyboard hook, monitor all keyboard messages, with detailed notes
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2122211
    • 提供者:裴小伟
  1. SendNotepadMsg

    0下载:
  2. 向文件文档发送一个键盘消息,从CSDN下来的,。-Send the document to file a keyboard message, down from CSDN,.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:25426
    • 提供者:刘阳
  1. TestKeyboard

    0下载:
  2. 非常难得的获得键盘信息的源代码,非常有利于初学者学习如何获得键盘消息,如何截获键盘消息,对初学者非常有用-This is very usefully for just learning people.This book is very usefull
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:34069
    • 提供者:刘小华
  1. KeyBoardHookLib

    0下载:
  2. 对键盘消息进行hook的源代码,方便宿舍对键盘消息进行监听-Message on the keyboard hook of the source code to facilitate the quarters of the keyboard, monitor messages
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:5301
    • 提供者:师去白
  1. keyandmouse

    0下载:
  2. 鼠标键盘消息的一些处理和一些解释说明其中的用法等-Mouse and keyboard messages and some explanation of dealing with such
  3. 所属分类:SCM

    • 发布日期:2017-05-08
    • 文件大小:1547876
    • 提供者:李萧
  1. hook

    0下载:
  2. 钩子技术实例一个,本例子展示了调用dll截获键盘消息的钩子技术-Technology instance of a hook, the example shows the call dll to hook keyboard messages intercepted Technology
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:39583
    • 提供者:张亮
  1. KBrecorder

    0下载:
  2. 捕获键盘消息的程序,小巧方便噢-Capture process keyboard messages, small and convenient oh. . . . . . . . . . . .
  3. 所属分类:Hook api

    • 发布日期:2017-06-01
    • 文件大小:13400795
    • 提供者:ginger
  1. keyboad-replace-mouse

    0下载:
  2. 键盘模拟鼠标,其实就是让接收键盘消息,然后让相应的按键模拟鼠标的动作! 我的程序里面方向键上 下 左 右 分别代表鼠标的移动! F6是左键点击,F7是右键点击,F9是退出,把操作权还给鼠标! 注意,本程序是基于Win32SDK 写的,没有用MFC的任何函数!占用内存只有1MB多!-Keyboard, mouse simulation, in fact, to receive keyboard messages, then the appropriate button to simulate mo
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:21233
    • 提供者:符晓宇
  1. VBHookmouse

    0下载:
  2. VB Hook捕获鼠标和键盘消息 含代码_不用timer,不错不错-VB Hook capture mouse and keyboard messages containing code _ no timer, bad bad ~~~~~~~~~~~~~~~~~~~~~
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:12115
    • 提供者:和谐
« 1 2 3 4 5 6 78 9 10 11 12 ... 20 »
搜珍网 www.dssz.com