CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 钩子与API截获 搜索资源 - bar

搜索资源列表

  1. HookTest2

    0下载:
  2. vb.net 制作的一个hook程序,用来捕获空格键的输入。 -vb.net produced a hook procedures used to capture the space bar to the admission.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:5.1kb
    • 提供者:雷亭
  1. 解决QQ2005版和ShockWave冲突的程序

    0下载:
  2. 解决了QQ2005地址栏插件和ShockWave冲突的问题-solve the username address bar and ShockWave plug-in conflict of
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:190.32kb
    • 提供者:sdl
  1. TrayEx

    0下载:
  2. 任务栏图标添加方法,让初学者对这一功能有初步了解,学以致用,在自己程序中添加这项功能,让程序更美观。-add task bar icon, so beginners of this function preliminary understanding, and application. in their own procedures to add this function, process more attractive.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:26.84kb
    • 提供者:aniu
  1. menu_hook_effect

    0下载:
  2. 利用钩子实现菜单阴影效果 有很多人对Office XP里面的菜单的阴影效果羡慕不已,它不需要在Windows XP 中就可以在菜单后面显示阴影, 当然在Windows XP中, 已经完全支持菜单阴影了。 虽然我们不一定很有必要自己来实现这个较难实现的效果。但是正如有很多人想实现那种IE风格的菜单栏一样,尽管它们并不能为我们带来更多实用的功能, 却可以使我们的程序看起来与众不同。 -use menus hook shadow effect of a lot of pe
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:200.82kb
    • 提供者:xian
  1. trapkeys

    1下载:
  2. 此代码示范在Windows XP中如何实现屏蔽CTRL+ALT+DEL组合键序列,任务切换组合键序列(Alt+Tab),任务栏和“开始”菜单(Ctrl+Esc,VK_LWIN,VK_RWIN)。-this model code in Windows XP how to achieve shielding CTRL ALT DEL key sequence composition, mandate bond portfolio switching sequence (Alt-Tab), the t
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:93.57kb
    • 提供者:蔡世贵
  1. AppBar

    0下载:
  2. 一个不错的鼠标钩子控制bar显示隐藏的例子,这个是它08年7月9日的最新版本,更新了多显示器支持。
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:85.66kb
    • 提供者:马楠
  1. TIcon2

    0下载:
  2. 一剑N招小工具,利用hook技术实现Ctrl加键盘上数字键可方便启动你想要启动的应用程序.还可以实现窗口最上定位.方法是点住图片不要释放,将其拖到要定位的窗口标题栏即可-sword strokes small tools, use Ctrl hook technology increases the number keys on the keyboard can start your convenience wanted to start the application. The window
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:117.64kb
    • 提供者:jj
  1. ocxEditT

    0下载:
  2. 1.ocx 和相应的网页(a.html) 2.代码实现ie6一直存在的ocx在网页中刷新问题,特别是解决了滚动网页(即鼠标滚动或拖动滚动条)时的刷新问题 3.由于ie会截获一些功能键,这个加了个鼠标和键盘的hook,特别是退格键 4.重载了一个编辑框,用以接收数据 5.对VK_LEFT VK_RIGHT 的实现不大好,有解决办法的,请回复,谢谢~-1.ocx and the corresponding page 2. Code to achieve the ocx persist
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:37.46kb
    • 提供者:qiangl
  1. GetScreen

    0下载:
  2. C++控制台下截取屏幕源代码,研究下吧-C++ source code for the console screen, under the Interception of research under the bar. . . . .
  3. 所属分类:Hook api

    • 发布日期:2017-05-10
    • 文件大小:2.09mb
    • 提供者:my
  1. KeyboardHook

    0下载:
  2. 利用钩子技术实现键盘的监控,对钩子技术的一个应用吧-Hook the keyboard to use technology to achieve the monitoring technology to hook an application bar
  3. 所属分类:Hook api

    • 发布日期:2017-04-05
    • 文件大小:25.58kb
    • 提供者:李慧
  1. vbfriend

    0下载:
  2. 百度vb贴吧浏览器,支持监视回帖,浏览帖子喝查看帖子详细信息的功能-Baidu Post Bar vb browser to support the surveillance replies, browse post messages to drink more information see the functions of
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:735.62kb
    • 提供者:王龙
  1. HOOKstudy

    0下载:
  2. hook 手册 Windows系统是以消息处理为其控制机制,系统通过消息为窗口过程(windows procedure)传递输入。系统和应用两者都可以产生消息。对于每个输入事件,例如用户按下了键盘上的某个键、移动了鼠标、单击了一个控件上的滚动条,等等,系统都将产生一系列消息-hook Manual Windows message handling system is based on its control mechanism, system, through the message to th
  3. 所属分类:Hook api

    • 发布日期:2017-04-03
    • 文件大小:258.54kb
    • 提供者:txyms
  1. 20059151135655

    0下载:
  2. Office XP里面的菜单的阴影效果让人羡慕不已,它不需要在Windows XP 中就可以在菜单后面显示阴影, 当然在Windows XP中, 已经完全支持菜单阴影了。 虽然我们不一定很有必要自己来实现这个较难实现的效果。但是正如有很多人想实现那种IE风格的菜单栏一样,尽管它们并不能为我们带来更多实用的功能, 却可以使我们的程序看起来与众不同。 -Office XP menu inside the shadow effect to inspire envy, it does not req
  3. 所属分类:Hook api

    • 发布日期:2017-04-17
    • 文件大小:189.98kb
    • 提供者:haoren45
  1. Hookmouse

    0下载:
  2. 一款不错的VC++鼠标钩子程序,打开本程序后,鼠标主到打开的任一窗口的标题栏上,该窗口的信息就会显示在钩子程序里显示,和以往的鼠标钩子有点区别。程序一共分两部分,一部分是Mousehook.dll的源程序,另一部分则是调用些DLL生成的钩子程序。-A good VC++ mouse hook procedure, open the program, the mouse to open any of the main window title bar, the window information
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:22.69kb
    • 提供者:王小强
  1. hidewindows

    0下载:
  2. 一款可以瞬间显示/隐藏所有可视窗口程序的源码,采用了日志钩子,可以不使用任何DLL文件,只有一个EXE文件即可,其中还有对系统状态栏图标的存取操作等-A can instantly show/hide all visible windows program source code, using a log hook, you can not use any DLL files, only one EXE file to which the system status bar icon also
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:119.98kb
    • 提供者:陈子强
  1. gundongtiao

    0下载:
  2. Visual c++API函数的应用,主要实现了水平滚动条的效果-visual c++ application on the API functions, the main achievement of the horizontal scroll bar effect
  3. 所属分类:Hook api

    • 发布日期:2017-05-19
    • 文件大小:5.32mb
    • 提供者:yuxiaoting
  1. pbapi01

    0下载:
  2. 用于powerbuiler外用API的调用,很好用的。现在传一个试试,以后API多的是。-For powerbuiler tool bar prompts, good use. Pass a try, after the API more.
  3. 所属分类:Hook api

    • 发布日期:2017-04-05
    • 文件大小:29.33kb
    • 提供者:jinMing
  1. Keyboard-hook

    0下载:
  2. 这是一个记录键盘输入的钩子,可是监听键盘输入,特定路径文本输出,并且还是实现任务栏托盘显示。-This is a record keyboard input hook, but the monitor keyboard input, the specific path text output, and the task bar tray display.
  3. 所属分类:Hook api

    • 发布日期:2017-05-22
    • 文件大小:6.38mb
    • 提供者:
  1. RBTray

    0下载:
  2. RBTray的源代码,可以最小化任意窗口到任务栏中。-RBTray the source code, you can minimize any window to the task bar.
  3. 所属分类:Hook api

  1. PB_trayicon

    0下载:
  2. PB9托盘程序,应用最小化到屏幕右下角任务栏中。支持右键菜单。-PB9 tray, application minimized to the task bar bottom right corner of the screen. Supports right-click menu.
  3. 所属分类:Hook api

    • 发布日期:2017-04-24
    • 文件大小:10.89kb
    • 提供者:吕成
« 12 »
搜珍网 www.dssz.com