how to make an ActiveX Exe that will terminate automatically when the client process is terminated?

my ActiveX Exe will display a form and I have tried Set the ServerObj = Nothing under the Cleint's event - "Class_Terminate" but even i close the client process, the Server is still running from windows task manager.

Any helps would be much appreciated.