PDA

Click to See Complete Forum and Search --> : recover when activex exe has been terminated?


unruledboy
Feb 14th, 2006, 02:56 AM
i am using activex exe, it is called by a normal exe.

when the activex exe was terminated(well, in the task manager etc) unexpectedly, the normal exe will throw error, it you handle it, it will not crash, but no longer to continue to work since you could not get the reference again, even though you use set myobj=createobject("myactivex.myclass")

anyone has any idea how to survive?