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

Thread: on the active x

  1. #1
    Join Date
    May 1999
    Posts
    17

    on the active x

    I want to passs parameters to an active x( for example a char []) and the active x will return
    something ( for example a char[])
    how to do this if it is posible)



  2. #2
    Join Date
    Apr 1999
    Posts
    383

    Re: on the active x

    Yes, it is possible. ActiveX components often use public Properties for the exchange of data, but there are other ways. It's a big subject area and there are many different types of ActiveX components, so without any details, I can only refer you to the comprehensive MSDN documentation on it.

    Dave


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