
Rendering Modified HTML in WebBrowser Control
I have a VB app that has the browser control in it to navigate html pages.
There are certain pages that have a banner on them that I would not like
displayed when viewing with the VB app (I want the banner when view in
straight IE)
Is there anyway to parse the HTML - take out the banner - then tell the
WEbbrowser control to render the modified HTML?
I thought of using the InetCtl to download the HTML - then parse it and save
to a local file then have webbrowser display that - seems kinda bulky
though.
Regards