Adding Barcodes with Visual Studio 2003

The following projects demonstrate how to add variable barcodes in a application developed in Visual Studio 2003.

 

The BFD .NET Engine requires .NET Framework 2.0 or newer.   Applications developed with Visual Studio 2003 can use only .NET Framework 1.1.   Therefore application in VS2003 should use BFD COM Engine and Interop.   It as easily implemented as .NET API by adding COM reference, rather than .NET reference.

 

Windows Form application -  C#

This project demonstrates the use of the BFD COM Engine in C#.

 

Windows Form application -  VB.NET

This project demonstrates the use of the BFD COM Engine in VB.NET