Browse by Tags

Tagged Content List
  • Forum Post: Capture Keydown event.

    I was looking at the Teklogix sdk but could'nt find a way to capture Keydown event from the scanner Keyboard. I need to be able to call a method when F1 key is pressed. I'm using C#. thanks,
  • Forum Post: Using ScanCompleteEvent with Keydown not working.

    I have a need to populate data in textbox from either scanned value or manual entry. I initially used Scancomplete event to get the scanned value and populate textbox. However, i need to restrict what kind of data is entered via manual entry for eg. only numeric and when 7 chars are entered Do something...