H Harry Rogers New Member Licensed User Longtime User Nov 20, 2013 #1 Hi Using a USB HID emulation RFID tag reader. Anyone have a means of determining if 'keyboard' input into an edit box for example actually originated at the screen keyboard or via the USB port ? Thanks
Hi Using a USB HID emulation RFID tag reader. Anyone have a means of determining if 'keyboard' input into an edit box for example actually originated at the screen keyboard or via the USB port ? Thanks
Erel B4X founder Staff member Licensed User Longtime User Nov 21, 2013 #2 Check the TextChanged event. The tag reader probably changes the complete text in a single event (like a paste action). Upvote 0
Check the TextChanged event. The tag reader probably changes the complete text in a single event (like a paste action).