且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何使用c#从条形码阅读器读取值?

更新时间:2023-02-08 08:15:59

试试这些链接

Control-a-Barcode-Reader-with-POS-for-NET

MSDN帮助


这些链接的信息可以指导您



1. http://www.keepdynamic.com/barcoding/csharp -barcode-generator.shtml [ ^ ]



2. http://www.techrepublic.com/blog/howdoi/how-do-i-generate-barcodes-using-c/173 [ ^ ]



3. C#条形码生成器WebService [ ^ ]
The info at these links can guide you

1. http://www.keepdynamic.com/barcoding/csharp-barcode-generator.shtml[^]

2. http://www.techrepublic.com/blog/howdoi/how-do-i-generate-barcodes-using-c/173[^]

3. C# Barcode Generator WebService[^]


条形码阅读器扫描条形码并为您提供所需的结果

您不需要任何额外的编程。

条码扫描器将条形码读作文本

实际上条形码是字体。

不要相信我把条形码扫描器打开写字板(如果是Windows CE)

或任何其他文本文档并扫描条形码你会看到编码数据。

快乐编程; - )
Barcode readers scans the barcode and give you the required result
you dont need any extra programming for it.
Barcode scanners read the barcodes as text
Actually barcodes are fonts.
Don't belive me take your Barcode Scanner open Wordpad in it (if its Windows CE )
or any other text document and scan a barcode u will see the encoded data.
Happy Programming;-)