I believe that I saw some text about the embedded WebBrowser Control, but searching for it created a lot of unrelated information
How can I create the instance of the WebDocument object related to the instance of the WebBrowser control? Can someone point me to the relevant information please?
I believe, WebDocument.GetDocument(Control) is the method you are searching for. The method takes the control instance of a web browser control (embedded or stand-alone IE) and returns the corresponding WebDocument instance.