Question How to call class lib from VBScript?

joshk6

New member
Joined
Jul 23, 2009
Messages
2
Programming Experience
5-10
Hi,
I've got a email program that calls a VBScript event handler on certain interesting events. I want to call a method on an object I've written in a VB.net class library within the VBScript event handler. How do I do this?

Is it possible to do without registering the .dll or using the GAC, but maybe just referring to the path of the DLL. Or could the object be served by another .net program which is running at the same time?

(I don't need a UI in connection with this method -- just need to invoke a method and pass some arguments to the VB.net object.
 
Back
Top