MSI Plessey is a linear barcode which can only encode digits 0-9. Although this barcode type is not so popular in current society, it still owns a place in some warehouse environments like inventory control.
MSI Plessey Barcode Generation in VB.NET Applications
Our MSI Plessey bar coding generator saves much time for users to generate MSI Plessey barcodes.
Add "Barcodelib.Barcode.ASP.NET.dll" or "Barcodelib.Barcode.WinForms.dll" to your project and your Toolbox.
After that, you could generate a MSI Plessey image with those sample Visual Basic codes.
Dim msi_plessey AsNew BarcodeLib.Barcode.Linear() msi_plessey.Type = BarcodeType.MSI msi_plessey.Data = "123456"
Above Free MSI Plessey sample codes are written in Visual VB 2005
MSI Plessey VB.NET Barcode Encoding in ASP.NET Web Server
It is an easy task to print & generate MSI Plessey barcode in ASP.NET applications with the help of our VB.NET barcode generator SDK.
Right click "Add Reference..." in the Solution Explorer and add Barcodelib.Barcode.ASP.NET.dll to your project.
Right click "Choose Item..." in Toolbox and integrate "Barcodelib.Barcode.ASP.NET.dll" into your Toolbox.
Copy files "linear.aspx" & "linear.aspx.cs" from the folder "barcode" in the trial package to your web application folder.
Drag "LinearASPNET" from the Toolbox and drop it on the split division.
Adjust barcode type to MSI Plessey in the Properties Window or generate MSI Plessey barcode with VB.NET barcode encoding codes.
MSI Plessey VB.NET Barcode Generation in Windows Forms
Right click "Add Reference..." in the Solution Explorer and add Barcodelib.Barcode.WinForms.dll to your project.
Right click "Choose Item..." in Toolbox and integrate "Barcodelib.Barcode.WinForms.dll" into your Toolbox.
Drag "LinearWinForm" from the Toolbox and drop it on your .NET Windows Forms project.
Click the produced barcode image and change barcode type to MSI Plessey in the Properties Window or generate a MSI Plessey barcode with VB.NET barcode encoding codes.
Barcode Types Supported by VB.NET MSI Plessey Barcoding SDK
This VB.NET barcode generator dll has very flexible and powerful functions, which is mainly demonstrated in its diverse supporting barcode types. All the below linear & 2d barcodes can be generated and printed using VB.NET class.