Lets sat we have a textbox with text (Textbox1.Text)
if we click backspace the last character will be removed
but if the last character was a New Line (Enter), 2 characters would be removed...
I need help puting this in code
Code:
    Private Sub BackSpace_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BackSpace.Click

    End Sub