How would I make a program that catches everything that happens with the Keyboard (when someone presses a key) and put it all into a textbox. This sounds easy, but the catch is: I want it to be able to do this without having the focus on my program. So I could type in Notepad and it would all show up in my program too.

~Stoinker~