G
Guest
Is there any way I can capture the value being entered into a text box
character by character as it is entered? The solution needs to take into
account backspacing, the home key, the delete key etc. I'd rather not try to
do this via Keypress event. I tried the On Change event but the value was
always Null.
The reason I want to do this is to implement a listbox that auto scans a
three-level keyword table and shows the matches as each character is typed. A
combo box cannot do this.
character by character as it is entered? The solution needs to take into
account backspacing, the home key, the delete key etc. I'd rather not try to
do this via Keypress event. I tried the On Change event but the value was
always Null.
The reason I want to do this is to implement a listbox that auto scans a
three-level keyword table and shows the matches as each character is typed. A
combo box cannot do this.