Re: How to create an automated input box.

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Armin,


Move the code from Button1_Click into a new sub. Call the sub in the Click handler and additionally in the Textbox' TextChanged event. (But, as a user, I would like to be able to edit the text I entered until I pressed the button.)

If you have only on a form to enter 1000 numbers in an hour you be probably glad that there is no button click needed.

My expirience is that in those situations mostly the users don't even look what they have typed when clicking the button.

(Or set the focus on the Button when it is 12 and then let the Enter key do this job to get both)

Just my thought,

Cor

.


Quantcast