|
Getting started with Windows CE and
This sample demonstrates how to use BarCode Reader SDK for CF .NET 2.00 or higher for barcode decoding in Windows CE project This sample has been included into trial version of the library and provides a simple GUI forms application to select image file to read barcode from Hint: to copy image files into the device use File | "Configure.." menu in Windows CE emulator and set shared folder to the folder on your desktop computer. This folder will be mounted as a flash card to the Windows CE emulated device. Sample input image for barcode recognition: Barcode reading on Pocket PC 2003 (in emulator): Form1.cs: using System; using Bytescout.BarCodeReader; namespace GUITest.PPC private void buttonBrowse_Click(object sender, EventArgs
e) DialogResult result = openFileDialog.ShowDialog(); Reader reader = new Reader("support@bytescout.com",
"3ADC-EF29-95B5-6C09-5B7"); if (reader.FoundBarcodes.Length != 0)
First steps tutorials: |
|
|
Copyright © ByteScout, 2003-2010. Privacy Statement
Microsoft®, Windows®, Windows 2000®, Windows Server®, Windows Vista®, Internet Explorer®, .NET Framework®, ActiveX®, Visual Basic®, Visual C#®, ASP®, ASP.NET®, Excel®, PowerPoint®, are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. Adobe®, Flash® and Acrobat® are registered trademarks of Adobe Systems, Incorporated. Mozilla®, Firefox® and the Mozilla and Firefox Logos are registered trademarks of the Mozilla Foundation. Other product names or brandnames used herein are for identification purposes only and might be trademarks or registered trademarks of their respective companies. We disclaim any and all rights to those marks. |
|