Can a COM object like an ActiveX control be sent over the network to a client and run on that client? What I am trhinking of is a server application where theclient needs to know the progress of an action that the server is performing. So can the server create an object(ActiveX) and send that object to the client and that ActiveX object that is sent is a progress dialog. The server would have control of that ActiveX object updating the progress indictor, is this possible?

Thanks