zoukankan      html  css  js  c++  java
  • Super Drag BHO for IE9 (C#)

    A nab of mine wants a IE9 BHO with superdrag.

    The purpose of writing this article is just for a record. Though it is easy, the process of studing on it is not easy, which took me more one night to search related information. Also, the moment when worked it out is delightful.

     

    First of all, thanks Tian Fang for his post. (Click here to link to his article)

     

    He extended almost all the code for superdrag, the only thing perplexed me is it doesn't work anyway.

    I tried to rewrite some code, a different way to get the same result and still can't solve this.

    So I have to set some dialog to figure out what is the problem and found that it will fail when goes to

    After searching in Google, the reason is the object he used is not correct. We should use HTMLElementEvents2_Event object in this project. Just change it, build and install the BHO.

    Have fun!

  • 相关阅读:
    hihocoder-1014 Trie树
    51Nod-1265 四点共面
    cf466B Wonder Room
    2014.9.13模拟赛【数位和乘积】
    2014.9.13模拟赛【环上的游戏】
    bzoj2719[Violet 4]银河之星
    wikioi1450 xth的旅行
    poj2352 stars
    2014.9.6模拟赛【藏妹子之处】
    2014.9.6模拟赛【工资】
  • 原文地址:https://www.cnblogs.com/justinliu/p/5961766.html
Copyright © 2011-2022 走看看