Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

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. Please give the suggestions to proceed.

Here the objective is , I am replacing few of the VB Com objects with C# DLLs without changing the two script files so that existing wont change.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900