I want to know how to get the latest char written in TextBox. It does not mean the last of the string. For instance, I write this :
This i a test.
But I forgot 's', so I move my finger to the 'i' and I add the 's' :
This is a test.
So, how can I get the 's' ?
I want to get it in char or string, but I don't know how to do...
I hope it is clear.