Click to See Complete Forum and Search --> : Sending User defined classes as parameters in DCOM


simi
February 24th, 2000, 05:43 AM
Is it possible to have a DCOM class with a function that can send an object via DCOM?
eg
Public Function Test(X as MyClass)
This works in COM but does not seem to work via DCOM or using a Dataspace when this function is called from an ActiveX control on a web page.

Thanks

DS