show/hide this revision's text 2 added 153 characters in body

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.

show/hide this revision's text 1

It can be done in .NET, using the Win32 API. This MSDN article describes windows hooks. There is also this at CodeProject.