Here is the code used.
Dim AvRebuild as
AvRebuild.StartXRebuild(......)
I launch a number of other VB6 exe's using System.Diagnostics.Process, where I can add a handler so I can remove the process in the OnProcessExit event. Is there something similar for ActiveX exe's?
Thanks
Tim