The On Change event is indeed triggered each time a key is pressed along with a few other events, but the problem is that the control's value isn't updated until the user presses enter or the carat leaves the control. The only solution I can think of is to parse each individual keypress's...
I want a text control to update while the user is typing so that I can make a form similar to the Index tab on Windows help.
It seems sensible to use the 'On Key Press' event, but I can't get it to update the control's value until the user presses enter. If anyone knows how to do this, please...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.