Click to See Complete Forum and Search --> : on the active x


moussathiandoum
May 12th, 1999, 04:21 AM
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)

Dave Lorde
May 12th, 1999, 06:14 AM
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