Click here to Skip to main content
15,886,806 members
Articles / Desktop Programming / Windows Forms

Advanced Barcode Generation System for Code 39 Standards

Rate me:
Please Sign up or sign in to vote.
4.56/5 (11 votes)
20 Mar 2009Ms-PL2 min read 73.6K   12.3K   74  
Easily develop software to create fully custom Code 39 Barcodes for printing on Avery 8167 labels (document and box labels, or more based on customization).
<?xml version="1.0"?>
<doc>
<assembly>
<name>
ITS.Scanning.BarcodeLabelSys
</name>
</assembly>
<members>
<member name="P:ITS.Scanning.BarcodeLabelSys.My.Resources.Resources.ResourceManager">
	<summary>
  Returns the cached ResourceManager instance used by this class.
</summary>
</member><member name="P:ITS.Scanning.BarcodeLabelSys.My.Resources.Resources.Culture">
	<summary>
  Overrides the current thread's CurrentUICulture property for all
  resource lookups using this strongly typed resource class.
</summary>
</member><member name="T:ITS.Scanning.BarcodeLabelSys.My.Resources.Resources">
	<summary>
  A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
</members>
</doc>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Microsoft Public License (Ms-PL)


Written By
Systems Engineer DeepNines / NetSweeper and Elwoh Software
United States United States
Currently an Web Systems Developer at DeepNines, Inc / NetSweeper, Inc.

Own company known as Elwoh Software (http://www.elwoh.com/) in-which multiple contract projects for larger companies such as Super Computer International, Inc., U.S. Army and Enterasys Networks were obtained.

Comments and Discussions