TextBox.Text.Length -= 1;
But an error message said that
TextBox.Text.Lengthwas read only or something like that. Any ideas on how I can have something like a backspace event?
It would be greatly appreciated




Posted 02 February 2012 - 06:05 PM
TextBox.Text.Length -= 1;
TextBox.Text.Lengthwas read only or something like that. Any ideas on how I can have something like a backspace event?
Posted 02 February 2012 - 06:53 PM
TextBox.Text.Remove(1);
This post has been edited by superkb10: 02 February 2012 - 07:07 PM
Posted 02 February 2012 - 07:05 PM
Quote
Quote
Quote
Posted 02 February 2012 - 07:14 PM
string modifiedstr = mystring.substring(0, mystring.lenght-1) mystring = modifiedstr
Posted 02 February 2012 - 07:39 PM
Posted 02 February 2012 - 08:28 PM
This post has been edited by AdamSpeight2008: 02 February 2012 - 08:30 PM
|
|
Query failed: connection to localhost:3312 failed (errno=111, msg=Connection refused).
|
