I just started using Visual Studio 2010 C# IDE today.
I\'m trying to inject javascript to WebBrowser component and followed the answer from stackoverflow:
Ho
It is in Mshtml.dll.
The System.Windows.Forms.HtmlElement's DomElement property is of type object, but actually a COM IUnknown pointer for the element, which you can cast to one of the HTML element interfaces, such as mshtml.IHTMLScriptElement.
System.Windows.Forms.HtmlElement
DomElement
mshtml.IHTMLScriptElement