[VB]Impression code barres
Bonsoir et bonne année!!
Y a du boulot et j'ai du mal à démarrer!!
Mon but est d'utiliser un logiciel d'impression code à barres.L'ouvrir,lancer l'impression etc.....
Dans ce but quelqu'un peut il m'expliquer ce bout de programme ligne par ligne juste pour comprendre.merci
Code:
1 2 3 4 5 6 7 8 9
| Dim btApp as BarTender.Application
Dim btFormat1 as New BarTender.Format
Dim btFormat2 as New BarTender.Format
btApp = new BarTender.ApplicationClass
btApp.Visible = True
btFormat1 = btApp.Formats.Open("c:\Format1.btw", False, "")
btFormat2 = btApp.Formats.Open("c:\Format2.btw", False, "")
btFormat.Activate()
btApp.Quit(BarTender.BtSaveOptions.btDoNotSaveChanges) |
:lol: