Killing all processes generated by a form in C#.
Posted
by Rabin
on Stack Overflow
See other posts from Stack Overflow
or by Rabin
Published on 2010-06-17T05:07:46Z
Indexed on
2010/06/17
5:13 UTC
Read the original article
Hit count: 136
c#
I would like to build a list of all processes generated by events in a form and kill them all when the form closes. How do I code this?
© Stack Overflow or respective owner