Tagged Questions

9
votes
3answers
1k views

Scanned value(using scanner) in the textbox

I am using Scanner(basic model) to scan the barcode. Scanned barcode will be captured in a textbox. In txtBarcode_TextChanged event i am getting the barcode to access. Problem: If i clicked the ...
7
votes
8answers
3k views

How to distinguish between multiple input devices in C#

I have a barcode scanner (which acts like a keyboard) and of course I have a keyboard too hooked up to a computer. The software is accepting input from both the scanner and the keyboard. I need to ...
3
votes
3answers
412 views

How to generate Random Number and Barcode in windows form Using C#?

I am creating Windows application using C#. Here i have 6 numbers Batch Key:abc123 product Key:xyz456 Order key:mno789 batch Number:12345 product Number:45678 order key:97354 Here i want to ...
3
votes
6answers
189 views

Is ThreadPool worth it in this scenario?

I have a thread that I fire off every time the user scans a barcode. Most of the time it is a fairly short running thread. But sometimes it can take a very long time (waiting on a invoke to the GUI ...
3
votes
4answers
7k views

Reading a barcode using a USB barcode scanner along with ignoring keyboard data input while scanner product id and vendor id are not known

Is there a way to read from a USB barcode reader while ignoring the keyboard and not knowing the PID or VID of the USB scanner? I know that there is a way of differentiating between USB scanner input ...
2
votes
3answers
90 views

How can i read bar code from my bar code reader

i just got a bar code reader : Barcode Reader how can i read the data from this gadget with C# ? Thanks in advance
2
votes
2answers
355 views

Unable to enable a claimed device using POS for .Net

I am using a Motorola DS4208 hand held barcode reader. In the past I was able to successfully setup and use this device, however recently it has stopped working. This may be the result of installing ...
2
votes
1answer
626 views

zxing integration into monodroid app

I'm trying to integrate ZXing's barcode scanner into a MonoDroid application. I see that normal Android (java) apps have IntentIntegration.java and IntentResult.java to include into their project to ...
2
votes
3answers
492 views

opensource implementation of encrypted qr codes

Can you point me to an opensource implementation of an encrypted qr code similar to what quickmark is doing? check this out: http://www.quickmark.com.tw/En/diy/?qrEncrypt If possible, an ...
2
votes
3answers
1k views

USB Barcode Scanner and WM_KEYDOWN

I am trying to write a program that can will read a barcode scanner. In addition, I need it to read the input even when the application is not the window in focus (i.e., running in system tray, etc). ...
1
vote
2answers
88 views

few questions concerning usb barcode scanner

this is probably an old question, but I've read through articles about usb barcode scanner and still can't make my mind about how to use it. I'm using an USB barcode scanner, and to my understanding ...
1
vote
4answers
818 views

C# programming for Barcode scanner: RS232 vs Keyboard Wedge vs USB

I am about to purchase the Metrologic Quantim T barcode scanner which comes with either RS232, Keyboard Wedge or USB. I will need to create a program to read from this scanner and am trying to make a ...
0
votes
1answer
80 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
0answers
66 views

Barcode scanning closes MessageBox

I'm creating a desktop application with barcode scanner module to read the barcode and when the article has been found in my db, it prints out the detail. After printing, it shows a dialog message to ...
0
votes
2answers
101 views

c# communicating with an usb port

I'm trying to contact an usb barcode scanner as a serial port, using his virtual COM port name and the Serial Port class. The reason I'm trying to do it this way is to avoid using the scanner as a ...
0
votes
2answers
107 views

Keyboard bar code scanner

We are using bar code scanners in our application to scan bar codes. Generally, when the ISBN bar code is scanned it return the following bunch of keys when scanning ISBN: 97887021006268 LeftCtrl B ...
0
votes
0answers
252 views

Windows Mobile 6.5 file system crash Motorola MC55 when running .NET CF 3.5 application

I have issues with .NET CF 3.5 application on Windows Mobile 6.5 on Motorola MC55 device. We have around 150 devices which run a barcode scanning application written in C# Compact Framework 3.5. The ...
0
votes
0answers
62 views

How would I determine different types of the barcodes in c#?

I have different types of barcodes(EAN-13,EAN-128 A) for example, and i want to distinguish between them in c# code
0
votes
2answers
174 views

how to detect the interval between the pressed keys in c# [closed]

I'm using Barcode reader and i know that the difference between the user input from the keyboard and the Barcode reader is the speed pls i need help edited: the solution
0
votes
1answer
89 views

Two barcode quantities in one barcode

I am working on reading a barcode containing two barcodes from a scanner that provides the UPC barcode and a quantity purchased in a single barcode. The barcode scanner is a USB emulating a keyboard ...
0
votes
1answer
139 views

Spawn Event when Barcode is Scanned

Im making an inventory application using c#. The application needs to be driven by the Barcode scanner ie. every time a barcode is scanned, I need an event to be spawned to take the necessary action. ...
0
votes
0answers
485 views

Barcode Printing

My client is using SATO CG 408 TT barcode printer. I want to make my C# application able to print barcodes using this printer. Label sizes are 50mm x 25mm I tried to search documentation of SATO ...
0
votes
3answers
396 views

Reading Data from multiple barcode scanner to C# application

i m developing a windows application where i need to read the data from scanners...i know about kyeboards wedge scanners that is to focus on textbox...but this for single user if i want to work with ...
0
votes
3answers
1k views

How to Check if User input is from Barcode Scanner or Keyboard?

I am now creating p.o.s application for company cafeteria which the cashier scan employee id and show its information for their transaction. My Problem is the cashier can also use their keyboard ...
0
votes
1answer
593 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
4answers
2k views

problem with barcode scanner reading value into text box

I have a barcode scanner which reads the string of the barcode and displays in the active text box. The issue I am having, is that I need that barcode to be used as soon as its scanned (no user "ok" ...
0
votes
3answers
854 views

Handling USB Barcode Scanner acting as a keyboard, with header/trailers from anywhere on the form

In a winforms app, I need to read input from a standard USB barcode scanner, one which makes iteself appears as a USB keyboard to windows. This has to work without giving focus to a particular ...
0
votes
1answer
738 views

C# Winform and Motorola MC9090-G implementation

I really need help on implementing Motorola MC9090-G into our software application. This is my first time to work on this project so I don't know where to start. Any help would really be appreciated. ...
0
votes
2answers
1k views

Reading from an USB barcode scanner

I've got this nice USB barcode scanner and I'd like to readthe input using the USB driver and not the keyboard input. How can this be accomplished using .NET? any ready libraries? I couldn't find ...
0
votes
1answer
1k views

reading (decoding, converting) barcode scanner output via LibUsbDotNet in C#

in a small .net c# app I read the usb output of a barcode scanner with LibUsbDotNet http://libusbdotnet.sourceforge.net/V2/Index.html . The problem is that I don't know how to convert the output into ...
0
votes
3answers
911 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: ...
0
votes
3answers
851 views

Is there a barcode scanner (hardware) with a .net api I can use to integrate into my app?

I understand the barcode scanner is like a keyboard and acts as such. What I need is a scanner that has some sort of api (.net/c# preferably) that i can plug into my app. Is there a particular scanner ...
0
votes
4answers
4k 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
4answers
376 views

Why the barcode did not respond to image capture Command

I am working on write a program that reads and writes from the barcode my problem when writing (send command to barcode) I read in pdf manufacturer barcode that the command of capturing the image is ...
-1
votes
1answer
152 views

C# barcode read put it into textbox [closed]

How can I scan a barcode and put it into a textbox? I know that a barcode reader works as a standard keyboard. I have a barcode scanner. I have created 5 barcodes (representing the text "box_1", ...
-2
votes
1answer
338 views

Barcode scanner application in C# [closed]

I am developing an application where it is required to scan the barcode and match it to the code stored in the database. My barcode scanner is cordless. I have written some code by which bluetooth ...