 Joseph721
		
			Joseph721
		
		
		
		
		
		
		
		
	
			05-10-2012 02:33 AM
 lolo9
		
			lolo9
		
		
		
		
		
		
		
		
	
			05-10-2012 03:55 AM
Do you use the click event in C#.NET when you generating the barcode?
You need to check the scanning system. And I am just wondering, why not put the quantity into the UPC barcode.
 lolo9
		
			lolo9
		
		
		
		
		
		
		
		
	
			05-10-2012 10:13 PM
Does it work if increase the height of the TextBox? Try making it higher and scanning once again.
 viking1
		
			viking1
		
		
		
		
		
		
		
		
	
			05-10-2012 10:16 PM
Does it work if increase the height of the TextBox? Try making it higher and scanning once again.
 Fitch2
		
			Fitch2
		
		
		
		
		
		
		
		
	
			05-10-2012 11:23 PM
UPC-A printing is not easy, especially for those who knows little about barcode. Print UPC with a C# barcode generator.http://www.onbarcode.com/csharp/
05-11-2012 03:40 AM
wow.same name. i have to say.UPC barcodes have fixed length with 12 digits. If I encode quantity in it, the length is extended. I try to increase the height of Textbox, but I don`t see any progress.
 susannamoore53
		
			susannamoore53
		
		
		
		
		
		
		
		
	
			03-27-2013 10:44 PM
I know a C#.NET barcode reader library that may be in help. BTW, to read UPC-A barcode or UPC-E barcode images correctly, there's some requirements. Besides, checksum, data, the barcode size is also need to be concerned. So, please firstly make sure all your barcode settings during generation are compatible with its latest barcode specifications, like ISO/IEC or GS1 standards.
 dannycat
		
			dannycat
		
		
		
		
		
		
		
		
	
			06-08-2013 04:33 AM
to read barcode in c#, i think i can give you some advices because i do such a work almost daily . If you wanna save these complicated steps and find a easy way, you can google barcode scanner and you will find many useful tools, or google how to read barcode in c# to get instructive articles. Good luck:) I think some imaging sdk programmes can enable to quickly scan barcodes. i have use imaging sdkr which can original layouts hyperlinks, Images and tables retained in word ,text, image, Epub, html.but i forgot download the wedsite ,go to google. By the way , pay attention to your system platform, select the suitable one . I use a barcode scanner driver found on the internet . Install it and it becomes a selectable option.Then you can scan barcodes in many formats in any program at all, including Adobe Acrobat . Just open the sdk, select barcode, and choice a form you want, then you can scan barcode in c#, vb, sdp ,etc ,the task will be finished in several seconds. if you haven't found a good choice , you can have a try. best wishes.
 womanse
		
			womanse
		
		
		
		
		
		
		
		
	
			07-03-2013 01:38 AM
@susannamoore53 wrote:
I know a C#.NET barcode reader library that may be in help. BTW, to read UPC-A barcode or UPC-E barcode images correctly, there's some requirements. Besides, checksum, data, the barcode size is also need to be concerned. So, please firstly make sure all your barcode settings during generation are compatible with its latest barcode specifications, like ISO/IEC or GS1 standards.
Where can I get the latest barcode specifications, like ISO/IEC or GS1 standards?
 andy252
		
			andy252
		
		
		
		
		
		
		
		
	
			08-21-2013 09:41 PM
I notice that your barcode reader is a USB simulating a keyboard. Here is a tutorial about how to scan data into applications with a USB Barcode Scanner.