CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 模拟鼠标事件

搜索资源列表

  1. VB api0006模拟鼠标单击

    0下载:
  2. 程序说明: 本例采用API函数实现模拟的鼠标事件,程序运行后会 产生十分有趣的效果。也来试一试。 本例中只使用了相对鼠标坐标,我们也可以使用绝对 鼠标坐标来试一试。-procedures Note : In this example, using API functions simulation of a mouse, running will have a very interesting results. Also to test. In this example,
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:3947
    • 提供者:陈胜
  1. 模拟键盘和鼠标事件演示代码

    0下载:
  2. 演示模拟键盘事件的例子 -demonstration simulated keyboard events example demonstrates the simulated keyboard examples
  3. 所属分类:外挂编程

    • 发布日期:2008-10-13
    • 文件大小:5408
    • 提供者:风魔天下
  1. do_mouse

    0下载:
  2. 模拟鼠标事件的小程序 很好玩,也很有用-simulation of a small mouse event procedures is a lot of fun, but also very useful
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3824
    • 提供者:文犀
  1. 模拟键盘和鼠标事件演示代码(5KB

    0下载:
  2. 模拟键盘和鼠标事件演示代码-simulated keyboard and mouse events demonstration code
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:5861
    • 提供者:毛毛虫
  1. 模拟鼠标事件

    0下载:
  2. 这是个模拟鼠标事件的源代码-This is a simulation of the mouse source code! !
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2236
    • 提供者:陈东东
  1. API模拟发送按键.鼠标动作

    1下载:
  2. 这是一个模块,主要示范SendInput API函数,模拟发送按钮按下,放开,鼠标单击,按下,放开等动作,并同时可以向指定的程序,如记事本,画笔等运行的程序发送按键,鼠标事件.您可以在画笔程序中自动画一副画,呵呵,当然也可以控制任意程序
  3. 所属分类:外挂编程

    • 发布日期:2010-10-03
    • 文件大小:4275
    • 提供者:diyu0diyu
  1. c#关于键盘鼠标控制的老的技术

    0下载:
  2. c#关于键盘鼠标控制的老的技术,模拟键盘事件,模拟鼠标事件,C#模拟键盘鼠标事件
  3. 所属分类:编程文档

  1. tuiomouse 能把tuio事件转化为鼠标事件

    1下载:
  2. tuiomouse 能把tuio事件转化为鼠标事件 在windows桌面上模拟-tuiomouse can tuio events into mouse events in the windows on the desktop simulation
  3. 所属分类:Windows编程

    • 发布日期:2014-04-18
    • 文件大小:3565568
    • 提供者:seulk
  1. test.rar

    0下载:
  2. java程序模拟鼠标,进行模拟鼠标事件,调用robot类来实现网页中的相关连接模拟点击,java program simulated mouse, to simulate a mouse event, call-type robot to realize the relevance of web pages to connect analog clicks
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:2926
    • 提供者:zhangjianhua
  1. simkeys.ZIP

    0下载:
  2. 一个模拟键盘和鼠标事件演示代码,值得一看。-A simulated keyboard and mouse events demo code, worth a visit.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:5408
    • 提供者:LINWEIHAO
  1. duiduipeng

    0下载:
  2. 以前开发的qq对对碰软件,由于模拟鼠标事件被封杀,所以也就没多大用处了,不过其中的算法可以学习下,也可以加上硬件模拟,让它"死灰复燃".-Previously developed software qq right right touch, as the simulation of a mouse event has been blocked, so it will not be of much use, but the algorithm which can learn, the simula
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-04-16
    • 文件大小:195029
    • 提供者:haimo
  1. moni

    0下载:
  2. 模拟鼠标单击右击事件,可用于远程控制程序-Right-click the mouse click event simulation
  3. 所属分类:Remote Control

    • 发布日期:2017-05-02
    • 文件大小:775622
    • 提供者:xlx
  1. SimulateMouse

    0下载:
  2. 转载一个模拟鼠标的代码,展示了模拟鼠标移动及点击事件,出处不记得了。-ww
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:48373
    • 提供者:shpj
  1. WindowsCaculation

    0下载:
  2. (1) 设计数字按钮的事件,由于数字按钮事件功能都是把对应数字显示在文本框中,所以全部数字按钮都可以共用一个事件处理方法; (2) 运算符按钮事件也基本相同,所以所有运算符按钮也可共享同一事件处理方法。方法中分别读取文本框上的数值以及所按的运算符,并能识别是否需要进行智能计算; (3) 键盘事件只需一个事件处理方法即可,根据按键的不同调用之前的鼠标事件或者自定义的方法,以便模拟之前定义的鼠标事件。-(1) design digital button events, button even
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:725780
    • 提供者:king
  1. mouse_CLICK

    0下载:
  2. 模拟鼠标的单计事件,此压缩文件有两个程序,dia是测试用的,而另一个则为模拟鼠标事件的源码-Simulation alone, the mouse events, this zip file are two procedures, dia is the test, while the other is the source mouse event simulation
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-17
    • 文件大小:4627435
    • 提供者:张俊
  1. px107048

    0下载:
  2. 易语言源码分享。希望更多的朋友了解易语言。源码名称:投递消息模拟鼠标事件-Easy language source code sharing.Hope more friends to understand easy language.Source Name: delivery message mouse events
  3. 所属分类:其他小程序

    • 发布日期:2017-04-05
    • 文件大小:2857
    • 提供者:
  1. SimulateMouse

    0下载:
  2. 模拟鼠标事件的源程序,用VC++6.0写的源代码-mouse event simulate programming
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-09
    • 文件大小:1928009
    • 提供者:周林
  1. MyMouse

    0下载:
  2. 模拟鼠标事件,调用底层的一些windows驱动-Simulate mouse events, call the bottom of some windows driver
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-18
    • 文件大小:81878
    • 提供者:zangjing
  1. mouse

    0下载:
  2. 利用visual basic模拟鼠标事件-visual basic
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-30
    • 文件大小:515
    • 提供者:苏忠升
  1. shubiaomoni

    0下载:
  2. 利用vb.net编写的模拟鼠标事件,可以看看哦,希望对大家有所帮助-The analog mouse events written by vb.net
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-16
    • 文件大小:493794
    • 提供者:笑笑
« 12 3 4 »
搜珍网 www.dssz.com