home *** CD-ROM | disk | FTP | other *** search
-
- Sub Command1_Click ()
- 'set other properties if necessary: barcode1.xxx = yyy
- 'barcode1.Data = "123456"
- barcode1.PrintTo = Printer.hDC
- Printer.NewPage
- Printer.EndDoc
- End Sub
-
- Sub Form_Paint ()
- 'set other properties if necessary: barcode1.xxx = xxx
- 'barcode1.Data = "123456"
- barcode1.PrintTo = form1.hDC
- End Sub
-
-