S
Serban
Hello
I have a question regarding VBScript. I am trying to call
a project/class from a VBScript program.
In the VB6 the following VBScript code was working fine:
Dim testMyDll
Set testMyDll = WScript.CreateObject("MyProject.Class1")
call testMyDll.TestMethod
Set testMyDll=nothing
....where MyProject was a DLL in the Windows Registry.
How this will work with .Net?
Thank you
Serban
I have a question regarding VBScript. I am trying to call
a project/class from a VBScript program.
In the VB6 the following VBScript code was working fine:
Dim testMyDll
Set testMyDll = WScript.CreateObject("MyProject.Class1")
call testMyDll.TestMethod
Set testMyDll=nothing
....where MyProject was a DLL in the Windows Registry.
How this will work with .Net?
Thank you
Serban