where is IHTMLScriptElement?

后端 未结 4 729
星月不相逢
星月不相逢 2020-12-31 01:28

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

4条回答
  •  感情败类
    2020-12-31 01:50

    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.

提交回复
热议问题