Hello!
Can you give just a small example so I understand what you mean.
//tony
"www.ghoz.net |" <Mahmoud Ghoz> skrev i meddelandet
news:(E-Mail Removed)...
> if you need that for undo ... you can use ctrl+z it is working by default.
> if not then you need to handle key down event, to know where the is the
> carret location location and save the char before the carret in case he
> strike backspace and the char after in case he strike delete
> Mahmoud Ghoz
> www.Ghoz.NET
>
>> Hello!
>>
>> I have a TextBox and when I delete a character by using backspace is
>> it then
>> possible to fetch this deleted character.
>> This deleted character could be any character in the TextBox.
>> //Tony
>>
>
>