Software Development Network>> .NET Development>> How to catch a key in windows
You can use windows hook to do this
http://www.codeproject.com/csharp/NetWin32Hooks.asp.
Install keyboard hook, check for printscreen key and do your stuff
How to catch a key in windows
GrayMatter Software
You can use windows hook to do this
http://www.codeproject.com/csharp/NetWin32Hooks.asp.
Install keyboard hook, check for printscreen key and do your stuff
Rick Frankel