I need some help to blocking iframes in internet explorer or .NET webbrowser control. I tried security preferences, that doesn’t worked. XP and IE8, with .NET Framework 4.0
I need some help to blocking iframes in internet explorer or .NET webbrowser control.
Share
In the
DocumentCompletedevent for yourWebBrowser, simply remove all the<iframe>elements: