CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    7

    Help about ActiveX object parameter

    I am doing make a ActiveX control. In this control I can reference other ActiveX object. That is to say how to let other ActiveX object as a property and it can call other ActiveX object methods and properties. In VB6.0, it is a very easy problem,who can tell me how to deal with in VC6.0? I appreciate your help. Thanks in advance.


    Please we can improve our program ability together.

  2. #2
    Join Date
    May 1999
    Posts
    48

    Re: Help about ActiveX object parameter

    Read about COleDispatchDriver.
    Sincerely, Mihai



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