Hi Alejandra Parram
"Alejandra Parra" <alparrita (AT) hotmail (DOT) com> schrieb im Newsbeitrag news:O$GpJhHvEHA.2288 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
Quote:
I have the next code:
Dim Script As Object = CreateObject("MSScriptControl.ScriptControl")
I've run this application in WinXP and it works normally, but if I run the
application in Win98, the next error comes out:
ActiveX component can't create object
I've already instaled Windows Script Control in the computer but it didn't
work |
IMHO, your posted codeline seems like VB.NET-Code and i think, that
this is not possible, without any additional installation, to run this in Win98.
If there actually exists any software to run this in Win98!?
In VBScript, there doesn't exist the AS Parameter. In VBScript all variables
are interpreted as VARIANT, such as:
Dim Script = CreateObject("MSScriptControl.ScriptControl")
Cioa
Peter