How can I cause a textbox to automatically enter when data is sent to it?

Oct 5 2012 12:45 PM
Hello Everyone,

I have a C# windows application that uses a wedge scanner to input data in the textbox on the form. When I scan an 'Employee Number' for example I want it to automatically 'Enter' instead of me pressing the Enter key on the keyboard.

When I scan now the data gets sent to the textbox, but it just sits there waiting for me to press enter.

Can this be done?

thank you

Answers (1)