if((int)e.KeyCode==(int)Keys.Enter)
{
this.RTB.Text="";
}
That does not even erase a new line in the text box, there is always one left! This is frustrating! I am confused about why it does that!
Could someone help me understand and maybe even give a solution to the problem?
{
this.RTB.Text="";
}
That does not even erase a new line in the text box, there is always one left! This is frustrating! I am confused about why it does that!
Could someone help me understand and maybe even give a solution to the problem?