intercepting return in a texbox Pocket pc

  • Thread starter Thread starter albertoalar
  • Start date Start date
A

albertoalar

I m trying to intercept a return in a texbox (Pocket pc ) when a
barcode is writed. I need help


thanks
 
Hi,

What barcode r u using?

You can use TextBox.KeyDown , but I'm not sure if it will be throw from your
scanner, I have used a couple of them (socket, symbol, intermec) and I
have never had to use a textbox for reading , Always do the reading using
the API provided by the scanner.


cheers,
 
Back
Top