Is there a way to bind an event to an external / separate window from the .NET process, which, when the external window closes or is about to close my application, can be notified?
I found this http://msdn.microsoft.com/en-us/library/ms229658.aspx
But this is only like the .NET compact framework. I am looking for something using the .NET 2.0 framework.
Thanks.
source share