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


  [1]: http://msdn.microsoft.com/en-us/magazine/cc188966.aspx
  [2]: http://www.codeproject.com/KB/cs/globalhook.aspx