Re: How to create an automated input box.
- From: "Cor Ligthert[MVP]" <notmyfirstname@xxxxxxxxx>
- Date: Sat, 5 Jan 2008 09:59:41 +0100
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
.
- Follow-Ups:
- Re: How to create an automated input box.
- From: Armin Zingler
- Re: How to create an automated input box.
- References:
- How to create an automated input box.
- From: cmdolcet69
- Re: How to create an automated input box.
- From: Armin Zingler
- How to create an automated input box.
- Prev by Date: Re: How to convert the C# code below to VB.NET?
- Next by Date: Re: Do Loops and Timers
- Previous by thread: Re: How to create an automated input box.
- Next by thread: Re: How to create an automated input box.
- Index(es):