From the great Win32 API in the sky comes an introduction to Windows Event Hooks. One of my favourite debuggiong techniques (from the old, unmanaged code days) was subclassing other Windows’ windows. Now there are some obvious ways to protect your code from unwanted processing attention. This all […]