Ask Me Help Desk
>
Computers & Technology
>
Programming
>
Other Programming
> How to create a calculator in VB 6.0
Log in
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.