Printing Code 39 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 AzaleaCode39(ByVal yourString as String) as String
' C39Tools v6.0 Copyright 2008 Jerry Whiting. All rights reserved.
' Azalea Software, Inc. www.azalea.com

' This function creates Code 39 bar codes using "*"
' for the start and stop bars.
' Format the output, AzaleaCode39, using Azalea Software's Code 39 fonts.
' yourContainer.text = AzaleaCode39(yourString)

  AzaleaCode39= "*" + yourString + "*"
End Function

Our Code 39 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