Tagged Questions
-1
votes
0answers
9 views
Barcodes Recognition and Reading From a given (input) image Library for .Net
I want to recognize(find) multiple bar-caodes out of given image (image can have combination of diffrenct objects e.g. mixture of T-Shirts/Cups/glasses with multiple barcodes tagged on them) and read ...
1
vote
2answers
196 views
Bar Code Scanner and Keyboard Issue
Bar Code Scanner and Keyboard.
NOTE: My Bar Code Scanner is USB Type.
Then...
What function must be use to trigger the keyboard if i'm at auto.aspx page?
I tried this code but no success:
var ...
2
votes
1answer
195 views
ASP.NET web app is stripping unprintable characters from text box
I am writing a web application in ASP.NET that accepts a string from a 2D Barcode Reader using the 4.0 .NET Framework. I am developing on a Windows 7 64 bit box. The 2D Barcode has unprintable ...
2
votes
1answer
420 views
Error when decoding image
I am trying to use MessagingToolkit to decode an image in C#/ASP.NET. I have managed to encode a qr using this package, but when i try to decode, using the code below it comes up with 2 errors (at the ...
1
vote
2answers
1k views
access scanner, barcode, camera with asp.net application
I have this weird requirement to access scanner, barcode reader, camera etc. from an asp.net application. Since these are local resources, i know its not possible to do that. I was wondering if there ...
0
votes
0answers
496 views
Read 2D barcode in ASP.NET without mangling special characters
I need to be able to read a 2D barcode using a standard USB 2D barcode reader. We're trying to do this in an ASP.NET 2.0 web page, using the standard textbox, and the problem I have is the mangling ...
1
vote
1answer
2k views
Fire an event automatically after barcode scanner input
I have a textbox on an asp.net page. I use a barcode scanner to get the barcode number into that textbox. I need to then automaticaly fire an event directly after the text box recieves that input. the ...
0
votes
3answers
2k views
How to use scanner in c#.net application
I have a barcode scanner(Symbol-ls2208) but i dont know how to read information from it to my application (in C#). Can anyone help me in this problem with sample code?
Os: Windows XP.
scanner: ...
1
vote
3answers
11k views
How to integrate barcode scanner into an ASP.NET Web application?
How to integrate barcode scanner into an ASP.NET Web application?
Any open source library for doing it?
0
votes
1answer
566 views
XBAP, Click-Once or ASP.NET for barcode intranet application
I'm working on a UI for a simple inventory system. The users will use a USB barcode scanner to retrieve an ID and then either retrieve information from the database about the scanned object or enter ...
