Visual Basic Code , VB.NET Code, VB Code
  Home   :  Code   :  Forums   :  Submit   :  Mailing List   :  About   :  Contact


Datamax Image printing in vb.net


Datamax Image printing in vb.net

Author
Message
chaw12
chaw12
Forum God
Forum God (21K reputation)Forum God (21K reputation)Forum God (21K reputation)Forum God (21K reputation)Forum God (21K reputation)Forum God (21K reputation)Forum God (21K reputation)Forum God (21K reputation)Forum God (21K reputation)

Group: Forum Members
Posts: 70, Visits: 232
Hi to all! I have this system which is one of the capability is to create a barcode using DPL command. I have it running and infact the company has been using it for 2 years from now. But I have this specific barcode where I have to embed the image in the barcode.



I cant make the code below to work;





Dim pText As New StringBuilder

Dim logo = RawPrinterHelper.SendImageToPrinter(80, 10, "c:\logo.bmp")



pText.AppendLine(Chr(2) + "L" + Chr(13)) ' tells the printer to start executing the command

pText.AppendLine("D11" + Chr(13)) ' Dot size

pText.AppendLine("H15" + Chr(13))



pText.AppendLine(Chr(2) + "qF" + Chr(13)) ' reset / clean module

pText.AppendLine(Chr(1) + "D" + Chr(13))

pText.AppendLine(Chr(2) + "I" + "F" + "B" + "Test" + Chr(13) + logo) ' donwload image called logo into module D(bmp)



pText.AppendLine("1Y11000" + "0020" + "0020Test" + Chr(13))



pText.AppendLine("E" + Chr(13))



RawPrinterHelper.SendStringToPrinter(ComboBox1.Text, pText.ToString) ' sends to printer
GO


Similar Topics


Reading This Topic


Login
Existing Account
Email Address:


Password:


Social Logins

Select a Forum....

















A1VBCode Forums


Search