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

搜索资源列表

  1. Ctrmouse

    0下载:
  2. 鼠标控制演示提供了一个鼠标控制的类,包括移动、限制、隐藏功能,是个好例子
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:3224
    • 提供者:conan
  1. SimulateMouse_fiveStone

    0下载:
  2. 主要实现对鼠标的控制,应用与QQ的五子棋游戏,可以用做外挂
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:19711
    • 提供者:小朱
  1. AppBar

    0下载:
  2. 一个不错的鼠标钩子控制bar显示隐藏的例子,这个是它08年7月9日的最新版本,更新了多显示器支持。
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:87715
    • 提供者:马楠
  1. MouseSimulation

    1下载:
  2. 通过键盘ASDW控制鼠标运动,JK模拟鼠标左右键,全局钩子,用键盘控制鼠标。
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:134407
    • 提供者:王路
  1. movemouse

    0下载:
  2. 这是一个通过钩子获取鼠标移动的小程序,能很好的获取鼠标的位置和控制移动-This is a hook through mobile access to a small mouse procedure can be very good access to the location of the mouse and control mobile
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:38855
    • 提供者:xzc
  1. capture_mouse

    0下载:
  2. 这段代码程序教给你如何编写钩子程序,以及如何利用钩子钩住鼠标,并进行截图操作,代码对进行远程鼠标抓取合成,做远程控制的很有价值的参考-Procedures for the code to teach you how to hook the preparation procedures, as well as how to use the mouse hook hook and screenshot operations, code for remote mouse crawling on the
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:51373
    • 提供者:
  1. SendInputsimulate200909

    0下载:
  2. 通过sendinput控制鼠标的移动功能,可以多学习人家的编程方法,也可以HOOK去尝试新的方法-Sendinput controlled through the movement of the mouse function, can learn from other people' s programming can also be HOOK to try a new approach
  3. 所属分类:Hook api

    • 发布日期:2017-04-03
    • 文件大小:25042
    • 提供者:云网
  1. HOOKstudy

    0下载:
  2. hook 手册 Windows系统是以消息处理为其控制机制,系统通过消息为窗口过程(windows procedure)传递输入。系统和应用两者都可以产生消息。对于每个输入事件,例如用户按下了键盘上的某个键、移动了鼠标、单击了一个控件上的滚动条,等等,系统都将产生一系列消息-hook Manual Windows message handling system is based on its control mechanism, system, through the message to th
  3. 所属分类:Hook api

    • 发布日期:2017-04-03
    • 文件大小:264746
    • 提供者:txyms
  1. dll

    0下载:
  2. 控制鼠标,使其无法移动,也是DLL的一种简单使用方法-control the mouse
  3. 所属分类:Hook api

    • 发布日期:2017-04-10
    • 文件大小:637
    • 提供者:caoqiang
  1. Mousemoved

    0下载:
  2. 易语言源代码,鼠标移入移出事件,本代码可用于学习易语言的鼠标控制API事件-Easy language source code, the mouse moved out of the event, the code can be used to control the mouse easy language to learn API event
  3. 所属分类:钩子与API截获

    • 发布日期:2017-04-04
    • 文件大小:1430
    • 提供者:pkjapan
  1. 201031710519

    0下载:
  2. 锁定鼠标和键盘 采用钩子函数编写 可控制锁定时间 这是小弟自学钩子的成果 希望对各位有帮助 -Lock mouse and keyboard control the use of hooks to write self-locking hook of time which is the outcome of brother you want to help
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:159005
    • 提供者:yuanling1806
  1. xiaorenxingzou

    0下载:
  2. VC编程,鼠标控制屏幕里的小人行走到屏幕的任何一个地方-VC program, the mouse control to the screen where the villain to walk anywhere in the screen
  3. 所属分类:Hook api

    • 发布日期:2017-06-18
    • 文件大小:27942232
    • 提供者:王柱辉
  1. shielded-keyboard-and-mouse-

    0下载:
  2. 这是一个屏蔽键盘鼠标方法与实现技术简介: (1)全局键盘/鼠标钩子,对键盘和鼠标的消息进行屏蔽 (2)通过设备的GUID号来禁用设备 (3)通过禁用鼠标键盘的服务禁用鼠标键盘 (4)加载键盘鼠标驱动来控制键盘和鼠标,并禁用 -About shielded keyboard and mouse methods and implementation techniques Descr iption: (1) global keyboard/mouse hook, the keyboar
  3. 所属分类:Hook api

    • 发布日期:2017-03-23
    • 文件大小:16719
    • 提供者:计科狂人
  1. windonh

    0下载:
  2. 获取窗口句柄,向窗口发送键盘、鼠标控制命令。比如,向游戏-Gets the window handle to the window to send keyboard and mouse control commands. For example, the game
  3. 所属分类:Hook api

    • 发布日期:2017-11-16
    • 文件大小:2374709
    • 提供者:舟舟
  1. vb2KEY-MO

    0下载:
  2. 在“控制面板”打开“辅助功能选项”,在“鼠标”标签选上“使用鼠标7键”。这样就可以用键盘来控制鼠标的光标,模拟鼠标的鼠标键都指键盘右侧的小键盘(数字键盘),使用时要使 NumLock 键处于有效状态。以下就是鼠标键-In the " Control Panel" Open " Accessibility Options" in the " Mouse" tab elected " seven keys using the mouse
  3. 所属分类:Hook api

    • 发布日期:2017-04-01
    • 文件大小:134711
    • 提供者:li3e
  1. 123

    0下载:
  2. hook鼠标控制录制和回放,可以进行鼠标内容的显示及回放速度控制,win7下运行正常-mouse record and replay
  3. 所属分类:Hook api

    • 发布日期:2017-05-09
    • 文件大小:1899441
    • 提供者:刘宁
  1. ueriavyzation

    0下载:
  2. Kinect v2 鼠标控制源码,Kinect v2_mouse_Control-master-Called v2 mouse control source code, called v2_mouse_Control- master
  3. 所属分类:Hook api

    • 发布日期:2017-12-14
    • 文件大小:7721
    • 提供者:Efjdwd
搜珍网 www.dssz.com