Hi All,

I have developed an ActiveX exe application that can be shared by multiple apps. however, i would like it to terminate when a specific app no longer exists. it does close itself by keeping a count of the instances in use, but if an app crashes out, it is sometimes left hanging.

what would be the cleanest way for this activeX exe to close itself?

thank you in advance.

Simon