hi,

About ActiveX Exe I have a query...

Suppose I have a ActiveX Exe 'invoked' by a Client application on a remote machine and the client passes a reference to an object declared on the client machine with Set W = Xyz... Now there's OLE callback procedure implemented by the server by calling methods on the object...

Suddenly the client machine runs out of power and shutsdown... What happens to the reference of the server W object reference... Does it point to Nothing now???

I know that calling the OLE callback method would result in a "Server Machine Is Unavailable" Error... But is it nothing or not??? Do I have to Poll for the status is there any event which is raised?

Thanx in advance... Bye...

- Shrirang
[[email protected]]