Register HotKey fix
I wrote a HotKey component a few month ago and some reported me a bug that suspend, shutdown or restart did not work while the Hotkey was in use.
This bug was fixed and I updated the code on the original post: http://dotnetjunkies.com/WebLog/principal/archive/2005/04/21/69872.aspx
I was trying to find a way to register a hotkey without the use of the form's handle and the code that was on that post was one of those tries...