How to create a calculator in VB 6.0
Text3.Text = val(text1.Text) + val(text2.Text) and so on... I think.