I’ve a windows .Net Form which contains a WebBrowser Control.
This WebBrowser displays a webpage based on its Url property.
Can I modify the DOM of the displayed page inside the WebBrowser control ?
If yes, how to ?
I’ve a windows .Net Form which contains a WebBrowser Control. This WebBrowser displays a
Share
For those who are interested, here’s the solution: