I have a dock control that has a form in a document window that contains a Webbrowser control. How do I access the URL and OuterHTML contained in the webbrowser control?
Just access the form on that document window, it should be documentWindow1.Controls[0] and after that just expose the control (create a readonly public property to access the control from the form itself.
Hope this helps, if you have any other questions or comments, please let me know,