PDA

View Full Version : How to create a calculator in VB 6.0


bloomer152000
Jul 2, 2007, 03:42 PM
How to create a calculator in VB 6.0

Marzapan741
Jul 2, 2007, 03:49 PM
Text3.Text = val(text1.Text) + val(text2.Text)
and so on...

I think.