Return value from execScript(IHTMLWindow2)

后端 未结 2 351
栀梦
栀梦 2020-12-21 01:31

What is the best way to get the return value from IHTMLWindow2::execScript?

I found this link, http://social.msdn.microsoft.com/Forums/en/ieextensiondevelopment/thre

2条回答
  •  执笔经年
    2020-12-21 01:42

    Yes, that's how System.Windows.Forms.HtmlDocument.InvokeScript gets the return value.

提交回复
热议问题