flag german flag uk flag us Tip: Bookmark this page with Ctrl-D (Win) or Apple-D (Mac) MainProductsKnow How / FAQDownloadStoreContact



DISCONTINUED PRODUCT. PLEASE REFER TO OUR NEW .NET BARCODE LIBRARY AND CONTROL.

Manual - Forms Control Code EAN / ISBN

Introduction

The Windows Forms Control Code EAN / ISBN creates the barcode symbologies Code EAN 8/13 and Code ISBN 10 / ISBN 13.

Features
System requirements

Visual Studio 2005 or Visual Studio Express 2005 or any other .net 2.0 compatible environment. Controls as shipped are compiled against the .net 2.0 framework and will not work in .net 1.1 or older. However, the source code of the component is included at no extra cost so that you can compile the control against the .net 1.1 framework. See the online store for more info.

Demo / Purchasing

A demo is available; it prints the text DEMO near the barcode, see the download area. Please see the online store for licensing options and pricing.

Installation and Setup

Double-click the setup.exe file in the ZIP archive you downloaded and follow the instructions on your screen. This manual will assume that the control, samples and documentation were installed to the default location, C:\Program Files\Wolf Software\Forms Control Code EAN.

After installation, you will want to add the control to the Visual Studio toolbox. In VS select menu Tools > Choose Toolbox Items:

screenshot fc2

Click the Browse... button and navigate to the installation folder:

screenshot fc2

Select the file WolfSoftware.Forms-Control-CodeEAN.dll and click Open. The control will be listed in the toolbox (Initially the control will be placed at the end of the list; simply drag it to where you want or right click and have the list sorted alphabetically.):

screenshot fc2

To verify that everything is working, create a simple project and drag the control to the main form:

screenshot fc2

First Steps

To get a feeling for the control, select it and hit F4 to open the controls' properties. The properties of interest are grouped under the Barcode tag:

screenshot fc2

For a start change the dataToEncode property and hit Enter. As you can see the barcode is instantly updated. Play around with the properties to see what they do; see the reference section for a detailed description.

Where to go from here

We've provided two ready-to-compile sample projects, one in C#, the other one in VB .net. You find the samples in the folders C# Sample and VB Sample, respectively, in the installation folder. For your convenience, we also provide pre-compiled, ready-to-run binaries of the samples, you find those in the bin\Debug folders of the respective sample.

Both projects have exactly the same functionality; the end result looks like this:

screenshot fc2

We provide a walkthrough for both samples:

C# Sample Project

VB .net Sample Project

Make sure to also see the reference section of the manual.