Tim Van Wassenhove

Passionate geek, interested in Technology. Proud father of two

18 Sep 2006

Code 39 barcodes recognizer

Earlier today i read Code 39 barcodes in C# by Bart De Smet. The article shows the reader how to generate a Code 39 barcode. I thought it would be cool if you could actually recognize the barcode in the generated bitmaps so i last couple of hours i wrote a BarCode39 Reader 🙂 Feel free to get BarCode39Reader.zip sources now!(PS: I forgot to write this is still a very quick ’n dirty hack. I don’t write bad code, just create a lot of opportunities to refactor 😉