INFO: Where to Obtain the Script Control
This article was previously published under Q184739 On This PageSUMMARY
This article describes the procedure for obtaining the Script control.
MORE INFORMATIONOn The WebThe Script control provides a simple way for your application to host a scripting environment. Supported scripting languages are VBScript, JavaScript, and any other compliant scripting language that will work with the Microsoft Internet Explorer web browser.You can download the script control from the following Web site: http://www.microsoft.com/downloads/details.aspx?FamilyId=D7E31492-2595-49E6-8C02-1426FEC693AC&displaylang=en (http://www.microsoft.com/downloads/details.aspx?FamilyId=D7E31492-2595-49E6-8C02-1426FEC693AC&displaylang=en) This page also provides a link to documentation on how to use the control. The file name you will receive is sct10en.exe. NOTE: Registration is required before downloading this control. Visual Basic 6.0The Script control ships with Visual Basic 6.0; however, Visual Basic 6.0 setup does not install the Script Control for you. The control is located in the CD directory Common\Tools\VB\Script. To install the script control, try the following steps:
Using the Script ControlThe script control installs both as an ActiveX control that you can place on a form and as an ActiveX server that you can instantiate in code.To make the control available to your project, click on the Projects Menu and select Components. This also makes the ActiveX server available. To make just the ActiveX server available, click on the Projects Menu and select References. REFERENCES
The help file for the script control contains limited sample code. For
additional sample code, please see the following articles in the Microsoft
Knowledge Base:
184742 (http://support.microsoft.com/kb/184742/EN-US/)
: HOWTO: Use the Script Control Error Object
184745 (http://support.microsoft.com/kb/184745/EN-US/) : HOWTO: Use Script Control Modules and Procedures Collections 184740 (http://support.microsoft.com/kb/184740/EN-US/) : HOWTO: Call Functions Using the Script Control (c) Microsoft Corporation 1998, All Rights Reserved. Contributions by Malcolm Stewart, Microsoft Corporation APPLIES TO
| Article Translations
|

Back to the top
