Questions tagged [msscriptcontrol]

The MS Script Control is an ActiveX control by Microsoft that is used to provide general-purpose scripting services within an application. The MS Script Control supports both VBScript and JavaScript scripting languages.

32 questions
0
votes
1 answer

Unable to cast COM object of type 'MSScriptControl.ScriptControlClass'

Got this error when deploying a VB6 / .NET application on a 64-bit Windows 2008 machine. Unable to cast COM object of type 'MSScriptControl.ScriptControlClass' to interface type 'MSScriptControl.IScriptControl'. This operation failed because the…
David
  • 1,601
  • 3
  • 22
  • 33
0
votes
1 answer

call back to C# function from within VBScript run with msscript.ocx

I want to use msscript.ocx to call VBScript from C#, and allow the VBScript code to call back to functions in the C# program. For example, in the following VBScript code, Clicktext is a custom C# function in the same clsss that is using msscript.ocx…
Jaskaran
  • 320
  • 5
  • 19
1 2
3