Printing 2 of 5 barcodes in Visual Basic
This sample code is provided as is and input error correction is your responsibility. Please report any bugs or problems.
Function Azalea2of5(ByVal yourString as String) as String
' 2 of 5 v6.0 Copyright 2008 Jerry Whiting. All rights reserved.
' Azalea Software, Inc. www.azalea.com
' This function creates 2 of 5 bar codes using "<" and ">"
' for the start and stop bars.
' Format the output, Azalea2of5, using Azalea Software's 2 of 5 font.
' yourContainer.text = Azalea2of5(yourString)
Azalea2of5= "<" + yourString + ">"
End Function
Our 2 of 5 Visual Basic function can be ported to other languages and development tools. You may copy, paste, and edit the code as you wish, but please remember that our copyright notice must remain intact. If you port it, please send us a copy so we can learn something new. AtDhVaAnNkCsE
As always, if you have any questions contact us via email at technicalsupport at azalea dot com





