搜索资源列表

  1. KnightOnLine

    0下载:
  2. KnightOnLine Private Declare Sub mouse_event Lib \"user32\" (ByVal dwFlags As Long, ByVal dx As Long, ByVal dy As Long, ByVal cButtons As Long, ByVal dwExtraInfo As Long) Private Declare Function SetCursorPos Lib \"u
  3. 所属分类:外挂编程

    • 发布日期:2008-10-13
    • 文件大小:2985
    • 提供者:姜成刚
  1. WinceKeyHookSource

    0下载:
  2. 1.小弟初学EVC,因之前都没学过C++、VC,所以写的比较简单。在此要谢谢驱动开发网的zhoumc 大哥,谢谢他多日来给我耐心的帮助! 2.工程kbhook是放HHOOK处理程序的DLL,winceKBhook是一个对话框程序,用来调用具体的应用程序。 3.因本人目前手上开发板上还没有键盘,所以在对话框上装了个按钮,用keybd_event来发送键盘消息。钩子安装成功之后可多次调用应用程序,但前后两次调用之间要有点时
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:7266
    • 提供者:lzy
  1. pingmuruanjianpan

    0下载:
  2. 屏幕软键盘 -screen soft keyboard s creen soft keyboard screen soft keyboard
  3. 所属分类:界面编程

    • 发布日期:2024-05-25
    • 文件大小:3558400
    • 提供者:yegg
  1. CopyScreenXY

    0下载:
  2. 抓屏程序,模拟了PrintScreen 和Alt+PrintScreen功能,以及按照坐标抓屏!-Screen procedures, Simulation of the PrintScreen and Alt+ PrintScreen function, as well as coordinate Screen!
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-25
    • 文件大小:29696
    • 提供者:卢青波
  1. KnightOnLine

    0下载:
  2. KnightOnLine Private Declare Sub mouse_event Lib "user32" (ByVal dwFlags As Long, ByVal dx As Long, ByVal dy As Long, ByVal cButtons As Long, ByVal dwExtraInfo As Long) Private Declare Function SetCursorPos Lib "user
  3. 所属分类:外挂编程

    • 发布日期:2024-05-25
    • 文件大小:3072
    • 提供者:姜成刚
  1. WinceKeyHookSource

    0下载:
  2. 1.小弟初学EVC,因之前都没学过C++、VC,所以写的比较简单。在此要谢谢驱动开发网的zhoumc 大哥,谢谢他多日来给我耐心的帮助! 2.工程kbhook是放HHOOK处理程序的DLL,winceKBhook是一个对话框程序,用来调用具体的应用程序。 3.因本人目前手上开发板上还没有键盘,所以在对话框上装了个按钮,用keybd_event来发送键盘消息。钩子安装成功之后可多次调用应用程序,但前后两次调用之间要有点时
  3. 所属分类:Windows CE

    • 发布日期:2024-05-25
    • 文件大小:7168
    • 提供者:lzy
  1. WindowProc

    0下载:
  2. 窗口处理程序的源码,里面包含八个工程,对于初学windows编程的同学来说是很有用的-Window handle of the source program, which contains eight projects for the beginner students windows programming is very useful
  3. 所属分类:Windows编程

    • 发布日期:2024-05-25
    • 文件大小:98304
    • 提供者:ChenNan
  1. Input

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

    • 发布日期:2024-05-25
    • 文件大小:19456
    • 提供者:冰剑
  1. code

    0下载:
  2. 循环 1,窗口置前 2,模拟TAB键(需要等待sleep) 3,模拟1键普通攻击 4,攻击等待(1000毫秒) //这里是上节课的模拟按键打怪的代码 HWND hwnd hwnd=::FindWindow(NULL,"Element Client") //窗口置前 ::ShowWindow(hwnd,SW_RESTORE) ::SetForegroundWind
  3. 所属分类:外挂编程

    • 发布日期:2024-05-25
    • 文件大小:1872896
    • 提供者:jeffchang
  1. Simulate

    0下载:
  2. 以 VC++为例来介绍一下如何实现程序来模拟键盘及鼠标的输入,这里主要是通过两个Windows API函数来实现这两个功能。模拟键盘用Keybd_event这个api函数,模拟鼠标按键用mouse_event函数。-VC++ example to introduce how to implement the program to simulate keyboard and mouse input, mainly through two
  3. 所属分类:其他小程序

    • 发布日期:2024-05-25
    • 文件大小:22528
    • 提供者:Ronald
  1. keypress

    0下载:
  2. * Parameters: * key : virtual keycode of the key to send. For printable * keys this simply the ANSI code (Ord(character)). * shift : state of the modifier keys. This is a set, so you * can set several of these ke
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-25
    • 文件大小:9216
    • 提供者:emoticon
  1. keybd_event

    0下载:
  2. 这是一个关于在Windows下鼠标事件功能介绍的资料,通过它可以了解鼠标事件的机制,可以做个钩子程序等-This is one of the Windows mouse event features information, through it can understand the mouse event mechanism, can make a hook procedure
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-25
    • 文件大小:8192
    • 提供者:刘建华
  1. keybd_event

    0下载:
  2. keybd_event用法 用keybd_event模拟键盘输入的实例。很实用。-The keybd_event use of keybd_event simulated keyboard input instance. Very practical.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-25
    • 文件大小:4096
    • 提供者:弋弋
  1. KnightOnLine

    0下载:
  2. KnightOnLinePrivate Declare Sub mouse_event Lib user32 (ByVal dwFlags As Long, ByVal dx As Long, ByVal dy As Long, ByVal cButtons As Long, ByVal dwExtraInfo As Long)Private Declare Function SetCursorPos Lib user32 (ByVal
  3. 所属分类:游戏

    • 发布日期:2024-05-25
    • 文件大小:3072
    • 提供者:fferent
  1. keybd_event

    0下载:
  2. keybd_event用法 用keybd_event模拟键盘输入的实例。很实用。-The keybd_event use of keybd_event simulated keyboard input instance. Very practical.
  3. 所属分类:多媒体编程

    • 发布日期:2024-05-25
    • 文件大小:4096
    • 提供者:jia65o452
  1. testkeypost

    0下载:
  2. WINCE C# CODE TO LEARN USAGE OF PostKeybdMessage AND KEYBD_EVENT
  3. 所属分类:Windows CE

    • 发布日期:2024-05-25
    • 文件大小:38912
    • 提供者:syamkrishnan
  1. VB鼠标按键精灵

    0下载:
  2. VB鼠标按键精灵(VB模拟出的按键精灵大部分功能)(Private Declare Sub keybd_event Lib "user32" (ByVal bVk As Byte, ByVal bScan As Byte, ByVal dwFlags As Long, ByVal dwExtraInfo As Long) Private Declare Sub mouse_event Lib "user3
  3. 所属分类:其他小程序

    • 发布日期:2024-05-25
    • 文件大小:93184
    • 提供者:大牛12345

源码中国 www.ymcn.org