CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: ActiveX and DLL

  1. #1
    Guest

    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




  2. #2
    Join Date
    Feb 2000
    Posts
    3

    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 ???


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured