登录
首页 » C++ » IE BHO插件,捕获BUTTON事件

IE BHO插件,捕获BUTTON事件

于 2022-06-21 发布 文件大小:9.30 MB
0 30
下载积分: 2 下载次数: 1

代码说明:

基于BHO 的 IE插件DEMO,能把IE页面上的HTML所有属性内容全部获取出来。IE启动时自动加载,关闭时自动退出。实现了对BUTTON事件的捕获,监控地址和属性需自己在代码中修改

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 图书馆管理系统
    基于C#的图书馆管理系统,用户可登陆系统,查询图书借阅情况,以及查看自己借阅图书的归还情况。方便图书馆管理员管理图书,也方便学生能够更好更快的查询图书信息,能够更快的找到自己所需要的书籍。
    2022-03-14 02:01:30下载
    积分:1
  • MATLABandVClianhe
    MATLAB and VC 联合编程的实现(MATLAB and VC lianhe biancheng shixian de lizi)
    2009-07-08 13:33:00下载
    积分:1
  • yidong
    移动平均,基于移动平均线的自动交易程序,(move average ,the new .)
    2020-06-18 01:40:01下载
    积分:1
  • ctp-trader-demo
    CTP期货接口 c++ 行情和定义demo(CTP futures interface c++ quotations and definition demo)
    2018-09-30 09:11:14下载
    积分:1
  • VC,P2P
    vc,p2p -ms-sdk 使用ms-xp-p2p的开发包开发p2p 提供了代码样例。 可以编写简单的p2p软件-vc, p2p- ms-sdk use ms-xp- p2p development package for the development of peer-to-peer sample code. Write a simple peer-to-peer software
    2022-03-03 04:46:57下载
    积分:1
  • main
    本程序描述了无导师学习的神经网络用于一般的分类问题(This procedure describe no mentor learning neural network used for general classification problem)
    2014-11-06 15:33:30下载
    积分:1
  • Sensorless DC motor control, and it can be used to vehicle seat control without...
    Sensorless DC motor control, and it can be used to vehicle seat control without hall sensor.
    2022-03-20 23:31:27下载
    积分:1
  • 触摸屏
    void gui_fill_circle(u16 x0,u16 y0,u16 r,u16 color) {   u32 i; u32 imax = ((u32)r*707)/1000+1; u32 sqmax = (u32)r*(u32)r+(u32)r/2; u32 x=r; gui_draw_hline(x0-r,y0,2*r,color); for (i=1;isqmax)// draw lines from outside   {   if (x>imax)  { gui_draw_hline (x0-i+1,y0+x,2*(i-1),color); gui_draw_hline (x0-i+1,y0-x,2*(i-1),color); } x--; } // draw lines from inside (center)   gui_draw_hline(x0-x,y0+i,2*x,color); gui_draw_hline(x0-x,y0-i,2*x,color); } }   //两个数之差的绝对值  //x1,x2:需取差值的两个数 //返回值:|x1-x2| u16 my_abs(u16 x1,u16 x2) {   if(x1>x2)return x1-x2; else return x2-x1; }   //画一条粗线 //(x1,y1),(x2,y2):线条的起始坐标 //size:线条的粗细程度 //color:线条的颜色 void lcd_draw
    2022-08-08 02:20:29下载
    积分:1
  • LTC6803-2单体样均衡
    电动汽车电池包从控板软件,采用的硬件平台:S9G64(freescale),选用凌特方案,芯片LTC6803-2,程序在多家电动车上使用,有较好的效果。
    2022-05-08 07:32:15下载
    积分:1
  • C# VLC Player 视频播放器源码下载
    C# VLC Player 视频播放器源码下载
    2017-07-31下载
    积分:1
  • 696518资源总数
  • 104224会员总数
  • 54今日下载