You could do Application.Exit()
To capture terminating events look at Form's events, there should be some
exposed (such as Close, Closing, etc)
> Hi All
> My application has 3 processes. Now if there occurs an exception say 1
[quoted text clipped - 9 lines]
> Regards
> Tarun Gujral
Tarun Gujral - 04 Aug 2005 05:07 GMT
Yup that can be done but it has to be through other two processes subscribing
to event of application exit on 1st process getting aborted. I want to handle
the clean up from aborted process itself i.e. if my process 1 is getting
aborted , process 1 should be responsible for closing other processes. So how
do i capture event in my running process before it is aborted
Thanks
Tarun Gujral
> You could do Application.Exit()
> To capture terminating events look at Form's events, there should be some
[quoted text clipped - 13 lines]
> > Regards
> > Tarun Gujral