Hi!
I'm trying to have a counter that counts the number of keystrokes the user is making in a text field, in a seperate textbox
i.e
user press H textbox is showing 1
user press e textbox is showing 2
user press l textbox is showing 3
user press l textbox is showing 4
user press o textbox is showing 5
user press [space] textbox is showing 6
In the text field where the user is typing you would now have "Hello " and the counter shoud show 6
I have tried using a timer on the form to check lenght of textfield every 50milisecond but it does not work unless user leaves the text field where they are typing.
Any response helpful
/M
I'm trying to have a counter that counts the number of keystrokes the user is making in a text field, in a seperate textbox
i.e
user press H textbox is showing 1
user press e textbox is showing 2
user press l textbox is showing 3
user press l textbox is showing 4
user press o textbox is showing 5
user press [space] textbox is showing 6
In the text field where the user is typing you would now have "Hello " and the counter shoud show 6
I have tried using a timer on the form to check lenght of textfield every 50milisecond but it does not work unless user leaves the text field where they are typing.
Any response helpful
/M