Tony Girgenti replied...
Hello.
Developing VS.NET2003 VB windows form program.
Does anybody have any information on how to print a barcode label to a Zebra
TLP2844 printer ?
Any help would be gratefully appreciated.
Thanks,
Tony
Print
(1)
Barcode
(1)
Label
(1)
Zebra
(1)
Developing
(1)
Windows
(1)
Program
(1)
Information
(1)
.NET Framework - I wondered if you received your answer.
Asked By thejami
16-Jan-07 12:00 PM
I wondered if you received your answer. I am working on one now that
upgrades VB6 to NET 2005. There is someone with a ZEBRA printer and they
have received the following answer on this link:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1085999&SiteID=1
Basically use the System.IO, System.Drawing... and use a filestream that
contains the labelcode... use the My.Computer.FileSystem and PrinterSettings
to deliver the labelcode (barcode) to the printer itself. I am still trying
to put it together but if you did not find a solution, let me know and I will
post later in the week with the code.
--
Regards,
Jamie
the right direction for printing to a zebra QL320 printer. I have the drive and Label Vista installed. I can print a label with a barcode using the print on label Vista but who do i do this from vb.net 2005. I have the following but it only prints out garbage chacters. Is there a better way of printing a label? Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1 1 3 50 50 175 123456789" Dim test3 As String = "T 7 0 24 171 Barcode Value is 123456789" Dim test4 As String = "FORM" Dim test5 As String = "PRINT" Try p
Label Printing .NET Framework Our application needs to be able to print barcode labels based on the orders being shipped. Does anyone have a suggestion as to the best barcode label solutions that I can integrate into your application to print these labels? Any suggestions would be appreciated. C# Discussions Main (1) Michelangelo (1) Krippendorf (1 my opinion the easiest, probably not the cheapest, way would be to use an industry label printer. These can save the label design on the printer’s memory, the only thing you'll have to do is
How to set print font scaling for barcode print? .NET Framework can someone show how to change print font width & heigh scaling? I am writing a code for barcode printing on smaller label. I do not want change font size, because this may cause the bar code reader don't know if this will work (I HATE PRINTERS). Have you tried using a print css: And change your letter-spacing for that class like so: .myClass { letter-spacing: -2px barcodes, it is extremely important that the widths of the bars and spaces in the barcode be printed precisely because it is the widths of the bars and spaces in the
barcode printing? .NET Framework Hi everyone! Does anyone know how can I do barcode printing? First of all, I know I have to write a client executable, but how software the company I work for needs to buy like Seagull Bartender, or some other label printing software or can I get access to the printer directly? I just need to print a label, a ticket. Thanks in advance! ASP.NET Discussions ASP.NET (1) SQL Server (1) Visual 1) Filter (1) Navigate (1) Print (1) Load (1) Barcode components: http: / / www.google.com / search?hl = en&q = barcode+asp.net Print on a client: I do not want to use that method, I