How would I go about intercepting the print screen key while my application has focus? What I would like to do is have my program save the image on screen to a location on the hard drive. I already have code to take a screen shot and save it and it works just fine. The problem is I would like this to happen when the print screen key is pressed...

I've already tried using the KeyDown or KeyUp events to intercept the key, but that doesn't seem to work... Seems like I could intercept any key BUT that one. :-\