![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Questions & Help Needed Post any question regarding Basic4ppc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I want to output various barcodes on screen (eg EAN 128, UPC-A or Code 39)... does Basic4ppc have support for that sort of functionality?
__________________
Random Thoughts of an Offbeatmammal |
|
||||
|
There are special fonts you can use.
This one for example: Free Barcode Font - Code 39 - Not a demo, COMPLETELY free You should first copy FREE3OF9.ttf to \Windows\Fonts. Afterwards you should change the font of a textbox or label (flb is a FormLib object): Code:
Sub App_Start
Form1.Show
flb.New1("form1",B4PObject(1))
TextBox1.FontSize = 40
flb.ChangeFont("textbox1","Free 3 of 9")
TextBox1.Text = "*2141*"
End Sub
|
|
|||
|
thanks.
should have mentioned I'm after doing this on a Smartphone, and UPC-A is probably the most important. There are some barcode DLLs but I didn't want to pay the $400+ if I could avoid it (I want to make a free app!)
__________________
Random Thoughts of an Offbeatmammal |
|
||||
|
You can probably use a font like this one: http://www.barcode-1.net/pub/russada...ware/upc-a.zip
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Display maps | klaus | Share Your Creations | 4 | 11-11-2008 06:05 PM |
| camera + barcodes | Walter | Forum Discussion | 3 | 10-11-2008 12:30 PM |
| display Chinese font | Vito | Questions & Help Needed | 1 | 12-11-2007 12:56 PM |
| display resolution VGA 480*640 | BerndB | Basic4ppc Wishlist | 7 | 07-03-2007 03:29 PM |
| New Basic4PPC site does not display correctly on PDA | RandomCoder | Bug Reports | 1 | 05-05-2007 03:15 PM |