Has anyone done it so far? Please help me, I'm in trouble......
Is there something like the VB's Printer.Line in C??
Thanks a lot,
Andrea
This is a discussion on Printing EAN barcodes in C within the C Programming forums, part of the General Programming Boards category; Has anyone done it so far? Please help me, I'm in trouble...... Is there something like the VB 's Printer.Line ...
Has anyone done it so far? Please help me, I'm in trouble......
Is there something like the VB's Printer.Line in C??
Thanks a lot,
Andrea
Try this
heh hehCode:printf(" Thin line, Fat line, Thin line, Fat line");
Do you mean you want to load a barcode and print the actual lines? or just to represent a barcode?
DOH I didnt read your question properly, i thought you meant print to screen(kicks himself).
Last edited by C_Coder; 12-11-2001 at 03:26 PM.
All spelling mistakes, syntatical errors and stupid comments are intentional.
I have to print the barcode on my printer (not on my screen...)...
I know that ean8 & ean13 barcodes are made of 8 and 13 numeric characters represented by 7 lines (black or white) for each one. So i need a function which prints identic lines black or white, but one next to the other... How can I print lines with c? Have you ever printed barcodes?
Thanks a lot,
Marco