1

How would one listen to key presses on a specific keyboard in a background c# process?

Context: We have a barcode scanner which currently requires a window to be active to read what's scanned. At the moment the window has to be active which isn't ideal.

Il Vic
  • 5,576
  • 4
  • 26
  • 37
Paul
  • 9,409
  • 13
  • 64
  • 113
  • 1
    Using a [global keyboard hook](https://stackoverflow.com/questions/604410/global-keyboard-capture-in-c-sharp-application)? – stuartd Nov 21 '17 at 10:21

0 Answers0