It can be done in .NET, using the Win32 API. This MSDN article describes windows hooks. There is also this at CodeProject.
And yes, you should be very careful to always unhook handlers, no matter what error condition could cause the application to close unexpectedly.
