G
Guest
How can I update the value of a textbox with each keystroke in the KeyDown
Event? For example if I type 'a' "then the value of the textbox is 'a'" ;
then if I type c "the value will be 'ac'. Then if I take the mouse and
highlight over the ac and type d "then the value will be 'd'". I want to do
this with a constant update in the KeyDown event and without having to exit
the textbox to update.
Thank you for your help.
Steven
Event? For example if I type 'a' "then the value of the textbox is 'a'" ;
then if I type c "the value will be 'ac'. Then if I take the mouse and
highlight over the ac and type d "then the value will be 'd'". I want to do
this with a constant update in the KeyDown event and without having to exit
the textbox to update.
Thank you for your help.
Steven