Thread: Barcodes
View Single Post
  #2 (permalink)  
Old 08-17-2006, 08:38 PM
brackett brackett is offline
Programmer
 
Join Date: May 2006
Posts: 193
Rep Power: 11
brackett is on a distinguished road
Default

Yeah - you need barcode fonts installed, and then you just do a string in that font. There's different fonts for different barcode symboligies.

You could also use GDI+ to draw the barcode, but it'd be difficult....I think there's some articles on CodeProject showing how to do that though.
Reply With Quote