Software Development Network>> Windows Forms>> Mouse and Keybords Events
Winforms has
KeyEventArgs(http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemwindowsformskeyeventargsclasstopic.asp) for keyboard events and
MouseEventArgs(http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemwindowsformsmouseeventargsclasstopic.asp)
I believe these apply when the application is in focus, does this help
Mouse and Keybords Events
ctlok83
Winforms has
KeyEventArgs(http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemwindowsformskeyeventargsclasstopic.asp) for keyboard events and
MouseEventArgs(http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemwindowsformsmouseeventargsclasstopic.asp)
I believe these apply when the application is in focus, does this help