Hello Veena,
Thanks for your response.
Actually we are currenlty capturing the data using textBox, but this requires focus to be always set on TextBox, which is not possible here.
We are facing problem due to focus set. So we want to capture data where data goes directly to a variable, instead of capturing via a textbox, etc.
Please suggest for the same.
Thanks & Regards,
Vidhi
Hi,
Keep the Cursor in a TextBox and click the button on the BarCode Reader or Shoot the BarCode Gun, The Text/Alphanumeric Equivalent of the Bar Code is displayed in the TextBox. Provided u have properly installed all the .dll's of the BarCode reader given to u by the vendor.
In TextBox Change or LostFocus Event u can write the code to
Open a File in append mode And save the contents.
Regards
Veena