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
I'd recommend this answer for a managed-only solution for injecting javascript that doesn't require deploying a PIA like mshtml does.