P
Petter Gran via .NET 247
(Type your message here)
First I write "Petter" to a textBox then I want to delete the last r, but instead of deleting the last "r" I get a square box.
How can I delete the last "r" ?
I do not use the keyboard.
this.textBox1.Text = "Petter";
this.textBox1.Text += Convert.ToString('\u0008');
Regards
PetterGran
First I write "Petter" to a textBox then I want to delete the last r, but instead of deleting the last "r" I get a square box.
How can I delete the last "r" ?
I do not use the keyboard.
this.textBox1.Text = "Petter";
this.textBox1.Text += Convert.ToString('\u0008');
Regards
PetterGran