Manipulating the Document Model Object (DOM) Using Winform’s WebBrowser

Today I will talk about using the WebBrowser control that ships with all versions of Microsoft Visual Studio, to access the DOM of an HTML page. This control is a wrapper for the WebBrowser ActiveX control, or basically, whichever version of Internet Explorer you have installed on your machine. As a result, you can only ask Read more…