im new in window CE application development. i need to develop a windowCE application using visual studio 2008 professional edition. i have installed windows mobile device center, windowsCE emulator 3.0.the program should allow user to scan a QRcode using MC70(windows mobile 5.0 device). the QR code information will be display and store in to database.
through my research, i downloaded and installed the software needed to develop a window CE program. the next stage now is to program it out. i could not find a complete sample code or complete QR code related library.
any one can help me with this issue? really need help to develop a QR code scanning program in C# to run on Window CE platform.
Thank you in advance.
Loading
Leon DPosted Apr 8, 2022, 1:17 AM
Kip HackmanPosted Apr 7, 2022, 8:55 PM
Ashish MahendraPosted Mar 27, 2015, 7:45 AM
cin pellPosted Nov 10, 2014, 9:44 PM
string[] results = BarcodeReader.read("c:/qrcode-csharp.gif", BarcodeReader.QRCODE)
I use the c# .net reader for qr-code and .net barcode reader for c#, asp.net, vb.net.
You should add their .dll files to your project firstly.
JAY KARLPosted Jan 11, 2013, 2:49 AM
It easy and fast to read qr code in .net using C#.
1,Download and unzip BizCode Reader for .NETpackage;
2,Copy BusinessRefinery.Barcodes.Reader.dll to your project folder. (please do not copy to your .NET project bin folder, during building, Visual Studio will do it for you.)
3,Add BusinessRefinery.Barcodes.Reader.dll to your .NET barcode reading project reference.