CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - VB Hook

搜索资源列表

  1. 用VB.NET 编写的键盘钩子程序

    2下载:
  2. 用VB.NET编写的键盘钩子程序。大家一定很想使用吧。通过API调用来实现的。-with VB.NET prepared by the keyboard hook procedures. We certainly want to use it. Through the API calls to achieve.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:44507
    • 提供者:程崇刚
  1. getMesseageHook

    1下载:
  2. 枚举系统中的全局消息钩子,网上有c和vb版的,把它转成了delphi-Enumeration in the system global message hook, on-line with c, vb version, turn it into delphi
  3. 所属分类:Windows Kernel

    • 发布日期:2016-08-26
    • 文件大小:6773
    • 提供者:9908006
  1. MouseMeter

    1下载:
  2. 这是个基于VB版的鼠标钩子程序,程序适时跟踪计算鼠标坐标、移动距离、像素转换等,还可以设置窗口永远在最上层,不遮挡!-This is based on the VB version of the mouse hook procedure, timely follow-up procedures for calculating the coordinates of the mouse, move distance, pixel conversion, you can set the window
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:2661
    • 提供者:182
  1. MyDll

    0下载:
  2. 本程序是一个钩子程序DLL工程。因为钩子程序必须存在于DLL文件,所以做成本DLL工程。 本DLL可以可以截获所有键盘动作,如需截获其它动作如鼠标等可以自动更改代码。在DEBUG目录中有一个VB测试工程,用来测试本DLL的功能。-This procedure is a hook procedure DLL project. Because the hook procedure must exist in the DLL file, so do the cost of the project DL
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:576463
    • 提供者:
  1. BFAntiVir

    0下载:
  2. VB编写的计算机病毒主动防御代码,通过API HOOK技术,拦截危险操作来防御计算机病毒木马攻击。-Computer viruses written VB code for active defense, through the API HOOK Technology, intercepting dangerous operation to defend against computer viruses, Trojan horse attacks.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-09
    • 文件大小:2491375
    • 提供者:凌浩
  1. MaskKey

    1下载:
  2. 键盘钩子,屏蔽键盘,VC++,包含DLL,VB,VC调用例程和源码-HOOK DLL,dis- keyboard
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:43616
    • 提供者:D
  1. VBhookwindos

    0下载:
  2. vb实例拦截系统消息机制,供广大用户研究-vb hook
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:8479
    • 提供者:丽丽
  1. VBHookmouse

    0下载:
  2. VB Hook捕获鼠标和键盘消息 含代码_不用timer,不错不错-VB Hook capture mouse and keyboard messages containing code _ no timer, bad bad ~~~~~~~~~~~~~~~~~~~~~
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:12115
    • 提供者:和谐
  1. 201112721334387

    1下载:
  2. VB写的一个简单挂机锁程序!可以在自己电脑没有设密码且暂离不想关机时候使用,防止其他人对电脑操作!利用了文件读写和注册表操作!把用户设置密码进行保存并把程序加入自动启动(注册表操作),防止其他人强行关机绕过此程序!如果在没有正常退出程序单情况下(例如:强行关机等),下次重启就会自动运行并锁屏(密码与上次相同)。 -Write a simple VB program hook lock! In their own password and temporarily leaving the compu
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:218618
    • 提供者:chenqibinxf
  1. API

    0下载:
  2. vb拦截系统的api钩子演示代码。可以枚举模块,和模块中的所有函数。-vb interceptor system api hook demo code. Can enumerate the modules, and all the functions in the module.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-15
    • 文件大小:132192
    • 提供者:tom
  1. HookAdo

    0下载:
  2. Hook和数据库访问实例,VC++源码下载,此为VC++深入详解一书第20章的实例,实例中还有VB相关的Hook例子,通过这些例子让大家了解进程内钩子、全局钩子的区别,这本书将以这一种结束全书内容。-Hook and database access instance, VC++, source code download, this VC++ Depth explain instances of Chapter 20 of the book instance VB Hook examples,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-18
    • 文件大小:130157
    • 提供者:余灶兴
  1. innerhook

    0下载:
  2. VC++ HOOK和数据库访问实例源代码,内含了VB和VC++综合的实例,有兴趣的朋友可以下载参考这些实例源代码。-VC++ HOOK and database access to the source code examples, containing the instance of VB and VC++ comprehensive, and friends who are interested can download the reference source code examples.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-24
    • 文件大小:140450
    • 提供者:汪建国
  1. vbhook

    0下载:
  2.  VBHOOK鼠标window拦截的源码,单击鼠标右键无效,记得要卸载HOOK。拦截系统,以前发过类似的HOOK有不少代码了,现在又多了一个可以参考的范例,希望对你研究VB有所帮助。-VBHOOK mouse interception of the source window, right-click invalid, remember to uninstall HOOK. Interception system, previously made similar HOOK many code,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-07
    • 文件大小:4099
    • 提供者:汪惠民
  1. hookApis

    0下载:
  2. 一个HOOK的经典例子,对于VB初学API和HOOK有很好的帮助-A classic example of HOOK, HOOK for VB beginner API and have a good help
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:22462
    • 提供者:刘星宇
  1. VB_HotKey_Configuration_Sample

    0下载:
  2. 一个VB写的全局键盘鼠标HOOK,希望帮到,有需要的人-Write a VB global keyboard and mouse HOOK, want to help, there are people in need...
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:36002
    • 提供者:zhuying
  1. hook2

    0下载:
  2. vb的键盘钩子 自己编写可对系统键盘进行监视,截获 windows信息-vb keyboard hook to write their own keyboard, monitor the system, windows intercepted information
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2103
    • 提供者:李时针
搜珍网 www.dssz.com