Hi !
Hi There I have an MC50 and have been trying to get it to scan.
I downloaded the above kit (v1.7) from Symbol, which has sample code;
Private Sub Barcode1_OnRead(ByVal sender As System.Object, ByVal readerData As Symbol.Barcode.ReaderData) Handles Barcode1.OnRead
If readerData.Result = Symbol.Results.SUCCESS Then
txtInput.Text = readerData.Text
End If
End Sub
is all I needed to get it to work, once downloaded....
Hi,
I try manu times to activating scanner with Basic4PPC, but Basic4PPC is only way to transfer , and saving data from scanning.
For each type of device, has each type of software (originally I think).
My device MC70 work with ScanWedge.exe.
I'm not sure where I found for download, and I'm not sure does he work with MC50 (your device).
Anyway this exe is free, (with all another small programs for pocketPc's), so If you think that maybe ScanWedge will be helpful for you , I can send you like attachment (sure, you can download from here only if you are registered member.)
And (i forgot), scanWedge is software who, after startUp, it's gone from " Running Programs " Tab - on device, and It is hidden, but stil work
.
I use it, like :
Shell(AppPath & "\ScanWedge.exe","")
and I turn off with DZ library :
dz.PostMessageToWindow("ScanWedge Example", 16, 0, 0) - where 16 is close function.
Regard