Dr Tran's playground

Dr Tran's step by step programming lessons

Showing posts with label coding. Show all posts

Friday, 12 September 2014

using Zxing for barcode reading

No comments :
I needed to be able to decode barcodes so looked for a library and stumbled across ZXing which is an open source project originally written in java. It was ported over to C# and can be found at https://zxingnet.codeplex.com/ Here is how to use it - download the library with github,...
Read more