Hi,
I have created a VB DLL. I have tested the same DLL in VB.EXE. It works.
Now, I have to createa VBScript which invokes this DLL. Please note, I am not using ASP or .NET.
I just need to create a VBScript that invokes a DLL created in VB.
Can anyone please help me with the code.
I have tried the following but it does not work
| --------------------------------------------------------------------------------------------------------- |
|
|
|
| PrivateDeclareSubclsMsgLib"C:\WINDOWS\system32\ClassLibrary1.dll" |
| |
| callclsMsg.showMsg |
| |
| |
|
|
| -------------------------------------------------------------------------------------------- |