VB6.0 's RaiseEvent from C# COM. Catch raised event in VBScript
I am new to this VB6.0 and VBScript COM environment. Kindly correct my
question if i ask wrongly. I have Two VBScripts. Script-1 and Script-2.
Script-2's object is created with C# TLB CLSID object. Script-1's object
is in use with VB6.0 Activex DLL.
Now, using script-2 , I am calling C# class. C# Class will call vb6.0
Activex DLL using C# Object reference and it raises an event. "RaiseEvent
Ready".
Now, I want to catch this Raised event in Script-1. I cant create another
new object in Script-1 file. Kindly give the suggestions to proceed.
Here the objective is , I am replacing few of the VB Com objects without
changing the two script files.
No comments:
Post a Comment