~ Please rate and comment, and subscribe ~ This video theachers you how to make a simple calculator in VB 2008, here are the codes: Add: Label1.Text = "+" Textbox3.text = val (TextBox1.Text) + val ( TextBox2.Text) Subtract: Label1.Text = "-" Textbox3.text = val (TextBox1.Text) - val (textbox2.tex ...
No comments:
Post a Comment