473,386 Members | 1,817 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Barcode Reader

Hi,

I have a client who wants to use barcode scanners with web pages( internet
website). They want to scan the barcode no off a label and want this no to go
straight to the focused text field on the webpage i.e the user go's to the
webpage and focuses in a text box, and then they scan( using a barcode
scanner) the barcode # off a printed out label, as soon as this is done, the
barcode # should be there in the focused text box. Is this possible or does
this require more complicated activex controls or .net assemblies?

Please suggest
thanks
Sameer

Nov 19 '05 #1
5 2057
It depends on the barcode reader. There are some out there that as far as the
computer is concerned it's a user input device like a keyboard. There are
others out there that just look like an IO device and you need to use
System.IO to access data from it.

The first one is trivial, the second type would be very difficult to do from
a web page, you would need to look into ActiveX or (I forget what they're
called) .NET weblets, the problem with the later is that your client would
need .NET installed and to use IE.

Good Luck,

Jason Lind

"sameer" wrote:
Hi,

I have a client who wants to use barcode scanners with web pages( internet
website). They want to scan the barcode no off a label and want this no to go
straight to the focused text field on the webpage i.e the user go's to the
webpage and focuses in a text box, and then they scan( using a barcode
scanner) the barcode # off a printed out label, as soon as this is done, the
barcode # should be there in the focused text box. Is this possible or does
this require more complicated activex controls or .net assemblies?

Please suggest
thanks
Sameer

Nov 19 '05 #2
Actually, barcode is very simple. It is just a series of characters and an
ENTER char at end. So you can use normal textbox for scanning barcode.

HTH

Elton Wang
el********@hotmail.com
"sameer" wrote:
Hi,

I have a client who wants to use barcode scanners with web pages( internet
website). They want to scan the barcode no off a label and want this no to go
straight to the focused text field on the webpage i.e the user go's to the
webpage and focuses in a text box, and then they scan( using a barcode
scanner) the barcode # off a printed out label, as soon as this is done, the
barcode # should be there in the focused text box. Is this possible or does
this require more complicated activex controls or .net assemblies?

Please suggest
thanks
Sameer

Nov 19 '05 #3
Elton 'm quite interested ..
Can you post any resources related
Thanks

*** Sent via Developersdex http://www.developersdex.com ***
Nov 19 '05 #4
Hi Patrick,

I don't know where I can find any documents for this. For my several
projects, desktop and web, barcode scanners are used for input device. As I
mentioned before there is a ENTER char at the end of the barcode. Hence it’s
easy to use textbox event to catch input.

In desktop applications, the txtbox_KeyDown event for catching scanning:
if(e.KeyCode == Keys.Enter && !txtbox.Text.Trim().Equals(""))
{
// process
}

In web application, the txtbox_TextChanged for catching scanning
If (!txtbox.Text.Trim().Equals(""))
{
// process
}

HTH

Elton

"Patrick Olurotimi Ige" wrote:
Elton 'm quite interested ..
Can you post any resources related
Thanks

*** Sent via Developersdex http://www.developersdex.com ***

Nov 19 '05 #5
Thanks Elton i will build up on that.
Patrick
*** Sent via Developersdex http://www.developersdex.com ***
Nov 19 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Tom | last post by:
Using VB6, I want to read barcode data into an Access 2000 DB. What do you get when you read a barcode? Text or numbers. How do you define the field were the data would be stored? Thanks in...
4
by: Mat | last post by:
Does anyone know how to generate ,print and read barcode with VB.NET?
5
by: neilphan | last post by:
Hi all, I have an application that uses input from a barcode reader via a USB port. My application works fine only if the application HAS FOCUS. If the user opens up another application (not...
6
by: Samuel Shulman | last post by:
I would like to add barcode functionality to my POS program How does one attach barcode reader is it usually USB port How can the program get the data read by the device Thank you, Samuel
3
by: PaoloB | last post by:
Hi everyone, I am searching for a python library for barcode recognition. We have developed a rather complex application for document tracking and document management in python/Zope, called...
7
by: Alper Ozgur | last post by:
Hi; How can i capture and decode the barcode that reading by an usb Barcode reader?
4
by: Joe | last post by:
is there any free barcode reader in vb8 for code-128 ??
7
by: jim | last post by:
I need to have 2 simple barcode reader applications finished by midnight tonight. I have never written any barcode reader software and need any help that you may be able to offer. I do not know...
1
by: bojkar | last post by:
Hello everyone. I have quastion :) I have metrologic Eclipse MS5145 bar code reader in usb. Now I want read barcode from him. I'd searched metrologic homepage, a lot's of forums and search engines...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.