I'm working on a web browser that will have the option to block ad components such as
1. <img src="your block url" />
2. <script src="your block url" type="text/javascript"></script>
3. <iframe src="your block url"></iframe>
4. <embed src="your block url"></embed>
5. <frame src="your block url" />
6. <div> tags
Now I found a great Ad Blocker for IE: http://www.ie7pro.com/ad-blocker.html, but I dnt know If I can use that. The other things I found was to use the Background Helper Obejct which is not available in the control. Any suggestions?