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.
- Edited by maverick786us Wednesday, June 20, 2012 6:50 AM
- Changed Type maverick786us Friday, June 22, 2012 4:54 AM
All Replies
-
Wednesday, June 20, 2012 6:51 AM
-
Thursday, June 21, 2012 8:36 AMGood sample
NEU_ShieldEdge
-
Thursday, June 21, 2012 12:36 PMThere 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?
- Edited by maverick786us Thursday, June 21, 2012 12:37 PM


