搜索资源列表

  1. API模拟发送按键.鼠标动作

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

    • 发布日期:2010-10-03
    • 文件大小:4275
    • 提供者:diyu0diyu
  1. sendinput

    0下载:
  2. 利用 sendinput 实现模拟按键的例子,很简单的-SendInput Analog button use the example implementation, a very simple
  3. 所属分类:其他小程序

    • 发布日期:2024-06-14
    • 文件大小:167936
    • 提供者:张洪涛
  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. 所属分类:钩子与API截获

    • 发布日期:2024-06-14
    • 文件大小:24576
    • 提供者:云网
  1. Input

    0下载:
  2. 由于支付宝安全输入控件,如同其他众多安全控件方法一样,采用驱动方法劫持了IRP。这导致无法向其输入字符,传统的方法无论是发送WM_Char或者是WM_Keydown消息,还是Keybd_event和SendInput均对其无效。 笔者摸索出了通过直接读取$60,$64硬件端口来操作键盘,模拟输入的方法。 由于在Ring3下,由于Windows的保护机制,我无法直接操作硬件端口,所以我们需要构造一个驱动,或者使用著名的
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-06-14
    • 文件大小:19456
    • 提供者:冰剑
  1. sendinput

    0下载:
  2. 我的注入模板,看看吧,你会喜欢的啊,去死吧-I injected template, take a look at it, you' ll like it, ah, die bar
  3. 所属分类:Windows编程

    • 发布日期:2024-06-14
    • 文件大小:4096
    • 提供者:庄学博
  1. SendInput

    1下载:
  2. 程序功能: 操纵大智慧专业版打开指定股票信息。 知识点: 1、windows窗口查找 EnumWindows(...) 2、虚拟按键,模拟键盘SendInput(...)-Program features: Manipulating Great Wisdom Professional Edition to open the specified stock information. Knowledge Points: 1,
  3. 所属分类:其他小程序

    • 发布日期:2024-06-14
    • 文件大小:31744
    • 提供者:guoyufei
  1. Acelerometer_3D

    0下载:
  2. A sample program in CSharp (SharpDevelop project) showing how to use the SendInput (in User32.DLL) component of Microsoft Windows to control movements of mouse from a program. See clickmouse(), movemouse() and movemouser
  3. 所属分类:C#编程

    • 发布日期:2024-06-14
    • 文件大小:46080
    • 提供者:tralala
  1. Delphi_SendInput_mouse

    0下载:
  2. Delphi下利用SendInput模拟鼠标键盘-Delphi under simulated mouse and keyboard use SendInput
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-06-14
    • 文件大小:3072
    • 提供者:hq
  1. testKeyMouse

    0下载:
  2. 用c#开发的鼠标键盘操作记录器,使用经典的Hook函数,后续会利用这个记录器再推出SendInput与之配合-C# development using the mouse keyboard recorder, to use the classic Hook function, follow-up will use the recorder to re-introduce a complementary SendInput
  3. 所属分类:C#编程

    • 发布日期:2024-06-14
    • 文件大小:48128
    • 提供者:陈先生
  1. 3

    0下载:
  2. 在VC中使用SendInput函数实现中文的自动输入-SendInput function in VC achieved using the automatic input Chinese
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-06-14
    • 文件大小:2048
    • 提供者:liang
  1. SendInput

    0下载:
  2. CorelDRAWX3插件的一个实例源码-The CorelDRAWX3plugin instances
  3. 所属分类:图形图象

    • 发布日期:2024-06-14
    • 文件大小:16384
    • 提供者:00
  1. SendInput

    0下载:
  2. 利用 SendInput 函数实现模拟发送文字到指定窗口上!-Use SendInput function simulating send word to the specified window.
  3. 所属分类:易语言编程

    • 发布日期:2024-06-14
    • 文件大小:5120
    • 提供者:TianSin
  1. SimulateInputString

    0下载:
  2. 模拟键盘输入字符串的C++模块。模拟键盘输入字符串可以使用API函数SendInput函数,但是这个函数相当麻烦,每模拟一个字符要填充两个结构体,本模块将这些麻烦的操作封装为一个C++类,两行代码便可调用。可以用于win32项目、MFC项目、ALT项目等,内附开发文档-Simulated keyboard input string C++ modules. Simulated keyboard input string can use
  3. 所属分类:系统编程

    • 发布日期:2024-06-14
    • 文件大小:3072
    • 提供者:李逍遥
  1. SimulateKeyboardHit

    0下载:
  2. This code shows an easy way to simulate keyboard press and release keys to another application. It uses the SendInput API for simulating keyboard press and release keys. To illustrate this technique we will show how
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-06-14
    • 文件大小:1024
    • 提供者:Destiny
  1. Windows-Input-Simulator-

    0下载:
  2. windows input输入模拟,C#输入封装类-Windows Input Simulator (C# SendInput Wrapper- Simulate Keyboard and Mouse)
  3. 所属分类:C#编程

    • 发布日期:2024-06-14
    • 文件大小:301056
    • 提供者:闲人
  1. Keyboard-master

    0下载:
  2. Keyboard Master provides a simple .NET (C#) interface to simulate Keyboard or Mouse input using the Win32 SendInput method to foreground windows and SendMessage/PostMessage for background windows.
  3. 所属分类:C#编程

    • 发布日期:2024-06-14
    • 文件大小:373760
    • 提供者:AlterEgo

源码中国 www.ymcn.org