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
Loading
Scott LyslePosted Oct 5, 2012, 10:01 PM
Can you show some of the code used to set the textbox's text property and whatever you have in the Enter button's click event handler? It would help in answering your question.