-
ActiveX and DLL
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
-
Re: ActiveX and DLL
I think Im missing the point - Do u want Component B to talk to component C after Comp C has been instantiated ???