I want to know how can i develop an addon for IE8+ which will convert some particular texts into hyperlinks, in the page shown in the current IE window, uisng C#.
I have gone through the reply’s given over here, but I want to use an open source api or any code walk through will help.
You could write an add-on using Addin Express (.NET), but your IE instance will be slow.
http://www.add-in-express.com/programming-internet-explorer/index.php
I’d recommend writing the add-in with C++.
Take a look here:
http://www.enhanceie.com/ie/dev.asp
Or here if you aren’t as familiar with COM:
http://archive.msdn.microsoft.com/SpicIE