Page 1 of 1

Encode / Decode Datamatrix Barcode

Posted: Tue Mar 18, 2008 10:50 am
by fafi
Hi All !

How to create datamatrix Barcode ?

http://datamatrix.kaywa.com/img.php?s=8 ... 20xHarbour

regards
Fafi

Posted: Tue Mar 18, 2008 10:25 pm
by Antonio Linares
Fafi,

You could use SetPixel( hDC, nRow, nCol ) to paint the pixels.

BArcode-Class

Posted: Thu Mar 20, 2008 8:59 am
by ukoenig
Hello,

I found in my software-collections a complete
barcode-class. Is it that what you need ?

Regards

Uwe

Posted: Thu Mar 20, 2008 9:03 am
by Silvio
barcode class complete ?
do you have barlib ?
do you have VRDBARcode ?
they are not complete!!!!!

A Barcode-Desiner needed ?

Posted: Thu Mar 20, 2008 11:53 am
by ukoenig
Hello Silvio,

What i have is a class-source ( PRG-File )

It seems, I have something new to do :

Create a Barcode-Designer ( something like Infobar for VIA-Coral )
with Source-Creator.
So on the screen, the user can define his Barcode and
create the needed prg-source for copy and paste in his program ?

Regards
Uwe

Posted: Thu Mar 20, 2008 12:03 pm
by Silvio
I created a tbarlib class ( from barlib) with an my friend(S.P.)

Vertical
Horizontal
Circular ( grades ...)
Square

with a method save2bmp()

I made also a program to set and print a barcode as that you want make... I can send you it