Windows Mobile Application for barcode scanning with Emulator
问题 i want to develop simple application for Motorolo MC 9190 G mobile it has inbuilt bar code scanner, i want to scan the bar code and display them in the msg box. i dont have the mobile so i have to test it in Emulator. when i deploy the code in emulator it gives null exception error. my code is i add sample.barcode dll Private barcodeReader As Symbol.Barcode.Reader // error occurs here itself barcodeReader = New Symbol.Barcode.Reader() barcodeReader.Actions.Enable() Dim nextReaderData As