I am using C# windows Application
I am checking which key, user have pressed down by keyboard. I have checked for all keys but its not working in case of printScreen
If the KeyUp event still does not work try modifying the forms KeyPreview property to true, then test the the KeyUp event again.
KeyUp
KeyPreview
true