hi helper..
i tried search many time to search this but still dont have the answer
here is my code..
textBox11.Text = Convert.ToString(textBox3.Text) - Convert.ToString(textBox4.Text);
and it error : Operator '-' cannot be applied to operands of type 'string' and 'string'
please help me..im new in programming