The computer I have has two USB keyboards. Pushing a key on either keyboard will register a key press event. My question is, is there a way to determine which keyboard the key press came from using C#/Winforms?
Asked
Active
Viewed 501 times
1
-
1Do these not help? http://stackoverflow.com/a/92946/88217 http://stackoverflow.com/a/589326/88217 – TaRDy Mar 28 '13 at 16:29
-
None of these links help. One talks just about scanners, not keyboards. Another link posted above does have a solution that I'm looking for. Unfortunately, the pastebin link is no longer valid – Icemanind Mar 28 '13 at 17:23