Hi all,
How do I go about making a C# .NET class library available for use in a
VBScript file using something like?
Set mylib = CreateObject("M yLibrary.Utils" )
Surely it must be able to be done without too much fuss.
Jesse
How do I go about making a C# .NET class library available for use in a
VBScript file using something like?
Set mylib = CreateObject("M yLibrary.Utils" )
Surely it must be able to be done without too much fuss.
Jesse
Comment