G
Gemma M
Hi,
I have a C# program which obtains a string from a database containing
VBScript, or JavaScript, or Perl script, and I want C# to be able to run it.
In VB6 (COM), I used MSScriptControl.ScriptControl from scrrun.dll
("Microsoft Scripting Runtime").
Is there an equivalent in C#? Or, will I have to use a PIA on scrrun.dll?
Gem
I have a C# program which obtains a string from a database containing
VBScript, or JavaScript, or Perl script, and I want C# to be able to run it.
In VB6 (COM), I used MSScriptControl.ScriptControl from scrrun.dll
("Microsoft Scripting Runtime").
Is there an equivalent in C#? Or, will I have to use a PIA on scrrun.dll?
Gem