home *** CD-ROM | disk | FTP | other *** search
/ CD Shareware Magazine 1999 April / CD_Shareware_Magazine_31.iso / Free / Prg / BarCode.exe / README.TXT < prev   
Encoding:
Text File  |  1998-01-31  |  455 b   |  12 lines

  1. This sample VB project contains a procedure named DrawBarcode which will create a Code 39 barcode on the specified picture control.
  2.  
  3.  
  4. To use:      Call DrawBarcode(BarcodeString$, PictureControl)
  5.  
  6. Example:    Call DrawBarcode(Text1, Picture1)
  7.  
  8.  
  9. The Drawbarcode procedure will also place a copy of the barcode in the clipboard so that it can easily be pasted into other applications such as Word or Excel.
  10.  
  11. The Visual Basic project and code are free.
  12.