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
IHTMLScriptElement is defined in the Mshtml. You need to add a reference to the the Microsoft HTML Object Library and then add a "using mshtml" for VS to resolve IHTMLScriptElement.