barcode scanner - c# motorola use datawedge only in textboxes -
i use datawedge scan barcodes in windows mobile c#.net cf application, works quite nice.
i use motorola es 400 software.
but have problem, datawedge works "everywhere": in textboxes , on buttons, lists,...
after barcode sends return-key , triggers button, if focused.
can configure datawedge, doesn't send return @ end anymore?
i don't want catch returns, button should still work!
second possibilty: if wouldn't work, how catch barcode button of es400 (and focused control in event?)
http://cdn-static.zdnet.com/i/story/30/40/089277/motorola_es400_6.jpg (the 1 right green call button)
you should start using motorola sdk (or mdk or how call it).
the sdk has functions control scanner , event when barcode has been scanned. solve troubles finding out how route data comming via keyboard emulation of datawedge.
if still want go datawedge have set form.keypreview true , setup datawedge use preamble distinguish barcode data typed data. in keypress/keyup or/and keydown event of form check incoming data , place in scan data input need it.
but recommand use motorola sdk.
Comments
Post a Comment