Select the product you need help with
How To Call Run() Method of the Microsoft Script Control in C++Article ID: 229669 This article was previously published under Q229669 Summary
This article demonstrates how to use the Microsoft Script control to call functions or subroutines defined in JavaScript or VBScript.
More information
The Script control has four methods. One of them is Run(), which runs a subroutine or a function. Before you call this method, specify the language of the script, set AllowUI, and add the following script to the script control:
References
Information on the Script Control can be found at the MSDN Scripting Site
(http://technet.microsoft.com/library/ee176792.aspx)
.Additional information can be found in the following articles in the Microsoft Knowledge Base: PropertiesArticle ID: 229669 - Last Review: July 19, 2012 - Revision: 3.0
|


Back to the top








