Unanswered BHO

  • Wednesday, June 20, 2012 6:32 AM
     
     

    I have developed a BHO using this tutorials provided from here

    http://www.codeproject.com/Articles/350432/BHO-Development-using-managed-code

    What this BHO does is whenever a webpage is loaded in IE contains Email address, it attaches an ICON right above that email and on mouse over it displays a menu. There is a slight problem. Whenever it comes across same email addresses multiple times, it simply inserts all the ICONs only in first email addresses overriding and leaving rest of those same email addresses blank

    I have uploaded the source code in this SkyDrive. The whole logic of that email is written in BHO.css in "ParseEmail" function.




All Replies

  • Wednesday, June 20, 2012 6:51 AM
     
     
    Is case if someone find it difficult to download code. you can access it from here too

    Adeel

  • Thursday, June 21, 2012 8:36 AM
     
     
    Good sample

    NEU_ShieldEdge

  • Thursday, June 21, 2012 12:36 PM
     
     
    There is another issue that while refershing the page those ICONS disappears. However when we load the page again it works. Is this a JavaScript issue or something else?