473,385 Members | 1,356 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,385 software developers and data experts.

Barcode Programming

Hi;
How can i capture and decode the barcode that reading by an usb Barcode
reader?
May 5 '07 #1
7 8266
Hi,
Check the following links
http://www.codeproject.com/csharp/ean_13_barcodes.asp

http://www.blackice.com/barcode.htm

Regrds,
Husam Al-A'araj

"Alper Ozgur" wrote:
Hi;
How can i capture and decode the barcode that reading by an usb Barcode
reader?
May 5 '07 #2
Most bar code readers can be configured to feed decoded letters and
numbers to the keyboard device of the computer to which it's attached,
so it's just a matter of placing the cursor in a textbox and telling the
user to do the scan.

--Bob

Alper Ozgur wrote:
Hi;
How can i capture and decode the barcode that reading by an usb Barcode
reader?

May 6 '07 #3
Thanks for advices. but that shows how can i create a barcode. I need to get
the readed barcode from barcode scanner.. how can i get the scanned
barcode.. that's my problem...

"Husam Al-A''araj" <Hu**********@discussions.microsoft.com>, haber
iletisinde şunları
yazdı:7C**********************************@microso ft.com...
Hi,
Check the following links
http://www.codeproject.com/csharp/ean_13_barcodes.asp

http://www.blackice.com/barcode.htm

Regrds,
Husam Al-A'araj

"Alper Ozgur" wrote:
>Hi;
How can i capture and decode the barcode that reading by an usb Barcode
reader?

May 6 '07 #4
Alper Ozgur wrote:
Thanks for advices. but that shows how can i create a barcode. I need to get
the readed barcode from barcode scanner.. how can i get the scanned
barcode.. that's my problem...
Do you have a Barcode scanner to use for this.

Most barcode scanner products have a DLL to interface to their hardware.

You would need to know the DLL for that manufacture and use it.

donald



>
"Husam Al-A''araj" <Hu**********@discussions.microsoft.com>, haber
iletisinde şunları
yazdı:7C**********************************@microso ft.com...
>>Hi,
Check the following links
http://www.codeproject.com/csharp/ean_13_barcodes.asp

http://www.blackice.com/barcode.htm

Regrds,
Husam Al-A'araj

"Alper Ozgur" wrote:

>>>Hi;
How can i capture and decode the barcode that reading by an usb Barcode
reader?


May 6 '07 #5
I have. I read the scanned value to the textbox. But i need the identify the
format of barcode and get necessary values from in it. Like the country
code, Manufacturer Code, Product Code etc.

"hjgvhv uhhgvjuhv" <as**@asdf.com>, haber iletisinde sunlari
yazdi:eg***************@TK2MSFTNGP02.phx.gbl...
Alper Ozgur wrote:
>Thanks for advices. but that shows how can i create a barcode. I need to
get the readed barcode from barcode scanner.. how can i get the scanned
barcode.. that's my problem...

Do you have a Barcode scanner to use for this.

Most barcode scanner products have a DLL to interface to their hardware.

You would need to know the DLL for that manufacture and use it.

donald



>>
"Husam Al-A''araj" <Hu**********@discussions.microsoft.com>, haber
iletisinde şunları
yazdı:7C**********************************@micros oft.com...
>>>Hi,
Check the following links
http://www.codeproject.com/csharp/ean_13_barcodes.asp

http://www.blackice.com/barcode.htm

Regrds,
Husam Al-A'araj

"Alper Ozgur" wrote:
Hi;
How can i capture and decode the barcode that reading by an usb Barcode
reader?

May 6 '07 #6
Alper Ozgur wrote:
I have. I read the scanned value to the textbox. But i need the identify the
format of barcode and get necessary values from in it. Like the country
code, Manufacturer Code, Product Code etc.
So with out knowing the hardware you are using, how would anyone be able
to answer your question ??

Only the manufacture can help you, contact them.

What did you expect ?

donald
May 6 '07 #7
Well, if it's a UPC, EAN, or GTIN then it has a standard format. Try
searching for those acronyms in Google or Wikipedia. It should be easy
enough to find the international standards for those codes.

So far as I know, UPC's contain no country information. The first set
of digits is assigned to a particular company (perhaps a manufacturer,
perhaps just the distributor or vendor), while the second set of
digits is the product code within that company. While the same set of
initial digits is never shared by more than one company, one company
may have bought multiple sets of initial digits (ours has three, for
example).

I don't know how you would map those iniitial digits back onto the
actual name of a company. Perhaps there's a searchable online database
or, if you're really lucky, a publicly available Web Service you could
call. As well, be aware that companies frequently rebrand products.
Our customers sometimes demand that we place their UPC on a product,
even though we manufactured it. We also sometimes demand that our
suppliers place our UPC on a product, even though we didn't
manufacture it. All the initial digits of the UPC tell you is who
branded the product, not necessarily who really made it.

I know nothing about GTINs, but I'm sure that there is freely
available documentation on the standard. One quick trip to Google
turned up http://www.gtin.info.

As well, there is http://www.upcdatabase.com, but it doesn't appear to
be complete.

On May 6, 9:43 am, "Alper Ozgur" <alpoz...@gmail.comwrote:
I have. I read the scanned value to the textbox. But i need the identify the
format of barcode and get necessary values from in it. Like the country
code, Manufacturer Code, Product Code etc.

"hjgvhv uhhgvjuhv" <a...@asdf.com>, haber iletisinde sunlari
yazdi:egA1$4%23jHHA....@TK2MSFTNGP02.phx.gbl...
Alper Ozgur wrote:
Thanks for advices. but that shows how can i create a barcode. I need to
get the readed barcode from barcode scanner.. how can i get the scanned
barcode.. that's my problem...
Do you have a Barcode scanner to use for this.
Most barcode scanner products have a DLL to interface to their hardware.
You would need to know the DLL for that manufacture and use it.
donald
"Husam Al-A''araj" <HusamAlAa...@discussions.microsoft.com>, haber
iletisinde şunları
yazdı:7CD0392C-FA5B-4EA9-B3A1-DFCA5D631...@microsoft.com...
>>Hi,
Check the following links
http://www.codeproject.com/csharp/ean_13_barcodes.asp
>>http://www.blackice.com/barcode.htm
>>Regrds,
Husam Al-A'araj
>>"Alper Ozgur" wrote:
>>>Hi;
How can i capture and decode the barcode that reading by an usb Barcode
reader?
May 7 '07 #8

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

Similar topics

3
by: Cers | last post by:
Hello All I would like to print a barcode on a HP Laserjet printer. I know that exist some module (from Jetcaps) to print barcode. I´m programming an aplication in VC++, and I would like to print...
9
by: Krishna Sagiraju | last post by:
Hai, I gotta decode a barcode from an image ( ppm, bmp, or jpg). I realize the first milestone would be to recognize a barcode with in the image: I took a small window (say 80X80 pixels) and if...
3
by: Tom Turner | last post by:
Here's the background on my situation. The question follows --- We have 600 units of mail going from our business to various Post Offices every morning. Every unit is accompanied by a paper...
3
by: Mika M | last post by:
Hi all! I have made an application for printing simple barcode labels using PrintDocument object, and it's working fine. Barcode printer that I use is attached to the computer, and this...
2
by: Jay | last post by:
I'd like to be able to capture barcode scans (ISBNs of books) from a barcode scanner. I already have a barcode scanner which has a USB interface, and by default the scanner acts like a second...
4
by: djbaker | last post by:
Greetings, I would like to integrate a barcode scanner into the current project I am working on. I have been looking around teh web and with the exception of embeded devices I cannot find many...
3
shivaleela
by: shivaleela | last post by:
Hi, I am new to this barcode programming.My application is i'm working on Kiosk which has barcode scanner and i want to use the information of this scanner into my application. So could anybody...
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...
3
JustRun
by: JustRun | last post by:
Hi all, we are developing a C# solution that deal with barcode, and it works only one time, The problem is How should I let the software looping to read as long as the barcode-scanner takes order?...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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...

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.