how to drop start & stop codes when barcode scanned?

Started by Clarence Bush, 05-20-2012, 22:38:24

Previous topic - Next topic

Clarence BushTopic starter

Need help!
Want to know if you guys did this before.
I need to create code 39 in .net platform. And when scanned, it should be scanned of the product ID in it. Not the start, stop "*" in the barcode. Is this possible?
  •  


Gordon Bush

It will be very simple if you choose a right generator. Some could hide the start and stop characters easily.
  •  


Lynn johnson

Have you installed the barcode control for .NET? Generate code 39 in .NET (http://businessrefinery.com/products/barcode_net/barcodes/net-code-39.html) needs a third party control. After installing, you can change the code 39 properties of hiding start and stop characters.
  •  

Bob

I want to know if the barcode will be scanned and send to your code as a string. If yes, you could use string manipulation techniques to extract the start and stop characters. And I believe it is easier to change the property of the code 39. Just disable the "*"when generating Code 39.
  •  

edwina

I am also creating the code 39 right now. Just wondered if I disable the start and stop character, will it affect the something of code 39?
  •  


adelali

Barcode Generator for .NET is a professional barcode library SDK, allowing developers to easily integrate barcode generating and printing capabilities into .NET Framework, including .NET Windows Forms, .NET Web Projects, class & console applications. Supported programming include Visual C#, Visual Basic.NET, Managed C++ as well as Borland Delphi.
Three ways are offered to create barcode in asp.net:
1, drag and drop
2, Class Libray
3,IIS manement console
Two ways are offered in WinForms:
1, drag and drop
2, Class Libray

You can check the link ( newbielink:http://www.businessrefinery.com/products/barcode_net/main.html [nonactive]) to get more information about  barcode generator in .net.

Hope it helps!
  •  

cindy313

Quote from: Gordon Bush on 05-21-2012, 01:56:26
It will be very simple if you choose a right generator. Some could hide the start and stop characters easily.
yes,you can try this newbielink:http://www.keepautomation.com/products/net_barcode/barcodes/code_39.html [nonactive] to see whether it can delete the character
  •