|
Remove prevoius letter in textbox
How could this be done. so lets say on a click or somewhere in an event the last letter in the box would be removed. So if at first it looked like this
abcde
after the event it would look like this
abcd
I looked at String.Remove... but i neede help. thanks
-T
|