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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.