Tagged Questions

0
votes
1answer
83 views

How to defocus a button when barcode scanner sent data ending with newline

I am writing a C# barcode application. I have a EAN-13 regex to detect barcodes in "Form1_KeyPress" function. I have no mechanism to detect where the input comes from. Here is my problem: I have a ...
0
votes
2answers
841 views

WPF Accept input without focus

I've created a screen in WPF that accepts input from a barcode scanner. I listen to PreviewTextInput event, and the KeyUp event, which let's me determine what the scanner "typed", and when it ...