Monday, June 18, 2012

Barcode scanner USB pen reader application in asp.net application

Problem: I have a USB barcode scanner pen. Is there any tutorial or project that I can use to test the pen in asp.net application?

Solution:

In a windows application that is not difficult, it can be done by accessing the Windows.Devices.Input namespace, and then creating a global hook so when a specific input device other than the mouse and keyboard is in use, it will auto return focus to the windows application, and the proper text box.

You won't be able to do that in asp.net though.

1 comment:

  1. did this mean that barcode scanner not work with asp.net

    ReplyDelete