我想爲Motorolo MC 9190 G移動設備開發簡單的應用程序,它具有內置的條碼掃描器,我想掃描條碼並將它們顯示在信息框中。我沒有手機,所以我必須在模擬器中測試它。當我在模擬器中部署代碼時,它會給出null異常錯誤。我的代碼是 我添加sample.barcode DLLWindows Mobile應用程序條碼掃描與模擬器
Private barcodeReader As Symbol.Barcode.Reader // error occurs here itself
barcodeReader = New Symbol.Barcode.Reader()
barcodeReader.Actions.Enable()
Dim nextReaderData As Symbol.Barcode.ReaderData = barcodeReader.GetNextReaderData()
MessageBox.Show(nextReaderData.Text)
我毫米初學者到這個..請幫助..
您的模擬器是否有條形碼讀取器?你如何模仿閱讀條形碼? – jp2code 2013-03-02 21:43:56