jdy0803
Well-known member
There is a TextBox which have focus.
If press number(0~9), that number should be displayed.
I should do this in keydown event.
If click number, currently pressed number should be displayed, not accumulated number.
for example, press 1, then display 1
press 2, then display 2(not 12)
press 3, then display 3(not 123)
How could I do this in keydown event?
If press number(0~9), that number should be displayed.
I should do this in keydown event.
If click number, currently pressed number should be displayed, not accumulated number.
for example, press 1, then display 1
press 2, then display 2(not 12)
press 3, then display 3(not 123)
How could I do this in keydown event?