Click to See Complete Forum and Search --> : ActiveX and DLL


February 9th, 2000, 03:20 AM
Hi All,

my problem is:

With a button-click on a HTML-Side I start an ActiveX-Component(A) on the Web-Page.
This Component instantiates a new DLL (B).
Another button-click starts another ActiveX-Component(C) on the Page.
Now my problem :-( : My DLL (B) should talk to the ActiveX-Component (C).
I don't now, how the DLL could get a reference to the Component (C)!

Many Thanks

Stephan

FDD
February 9th, 2000, 03:26 PM
I think Im missing the point - Do u want Component B to talk to component C after Comp C has been instantiated ???