Encode / Decode Datamatrix Barcode

Post Reply
User avatar
fafi
Posts: 169
Joined: Mon Feb 25, 2008 2:42 am

Encode / Decode Datamatrix Barcode

Post by fafi »

Hi All !

How to create datamatrix Barcode ?

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

regards
Fafi
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Fafi,

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

Antonio Linares
www.fivetechsoft.com
User avatar
ukoenig
Posts: 3981
Joined: Wed Dec 19, 2007 6:40 pm
Location: Germany
Contact:

BArcode-Class

Post by ukoenig »

Hello,

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

Regards

Uwe
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Post by Silvio »

barcode class complete ?
do you have barlib ?
do you have VRDBARcode ?
they are not complete!!!!!
Best Regards, Saludos

Falconi Silvio
User avatar
ukoenig
Posts: 3981
Joined: Wed Dec 19, 2007 6:40 pm
Location: Germany
Contact:

A Barcode-Desiner needed ?

Post 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
Last edited by ukoenig on Thu Mar 20, 2008 12:07 pm, edited 3 times in total.
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Post 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
Best Regards, Saludos

Falconi Silvio
Post Reply