As I understand it, DCOM is an extension of COM... Whereas COM allows components to communicate on the same machine, DCOM uses the RPC mechanism for performing the communication across networks. I've not tried the communications across the network, but all the activeX controllers I've created / used have had server parameters in their open functions suggesting that they would work on a distributed platform...
John