搜索资源列表

  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.
  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模拟发送按键.鼠标动作

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

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

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

  1. 模拟键盘和鼠标事件演示代码(5KB

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

    • 发布日期:2024-05-05
    • 文件大小:5120
    • 提供者:毛毛虫
  1. 模拟鼠标事件

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

    • 发布日期:2024-05-05
    • 文件大小:2048
    • 提供者:陈东东
  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.
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-05
    • 文件大小:4096
    • 提供者:陈胜
  1. windows消息机制

    0下载:
  2. windows机制模拟,可捕获鼠标键盘事件并分别处理。-windows mechanism simulation, can capture the mouse and keyboard events dealt with separately.
  3. 所属分类:界面编程

    • 发布日期:2024-05-05
    • 文件大小:3550208
    • 提供者:ch.nan
  1. 模拟键盘和鼠标事件演示代码

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

    • 发布日期:2024-05-05
    • 文件大小:5120
    • 提供者:
  1. do_mouse

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

    • 发布日期:2024-05-05
    • 文件大小:3072
    • 提供者:文犀
  1. CurSorPo

    0下载:
  2. 利用api函数模拟鼠标的单击、双击等事件,稍加修改可开发成减少重复性操作的软件。-use simulation function of the mouse click, double-click, etc., little changes can be developed into reduce repetitive operation of the software.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-05
    • 文件大小:2048
    • 提供者:陈志
  1. Vbkeymouse

    0下载:
  2. VB6.0模拟鼠标动作发送事件SendInputAPI-VB6.0 simulated mouse movements send events SendInputAPI
  3. 所属分类:系统编程

    • 发布日期:2024-05-05
    • 文件大小:5120
    • 提供者:Kevin
  1. SimulateMouse

    0下载:
  2. 用代码模拟鼠标点击事件,在程序中模拟鼠标点击了某个位置或者按钮。包括单击和双击。同样的可以推广到键盘模拟。-Code simulation of mouse click events, in the proceedings of a simulated mouse clicks or button position. Including click and double-click. The same can be extended t
  3. 所属分类:系统编程

    • 发布日期:2024-05-05
    • 文件大小:51200
    • 提供者:HuaPing
  1. test

    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. 所属分类:JSP源码/Java

    • 发布日期:2024-05-05
    • 文件大小:3072
    • 提供者:zhangjianhua
  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 algorit
  3. 所属分类:外挂编程

    • 发布日期:2024-05-05
    • 文件大小:194560
    • 提供者:haimo
  1. moni

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

    • 发布日期:2024-05-05
    • 文件大小:775168
    • 提供者:xlx
  1. WindowsCaculation

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

    • 发布日期:2024-05-05
    • 文件大小:726016
    • 提供者:king
« 12 3 4 »

源码中国 www.ymcn.org