backspace

  1. VickyMalhotra

    Question Backspace Function

    hi guys i want to program a backspace function for my Scientific Calculator Project i coded something like this private void button48_Click(object sender, EventArgs e) { textBox_Result.Text = textBox_Result.Text.Remove(textBox_Result.Text.Length - 1); if...
Back
Top Bottom