Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

6

"" " " Microsoft Visual Studio


6.0 Micorsoft Visual Basic 6.0 .

Standart EXE :

(. )1

:
4 -
Text Box 2 -
Label 1
:

(. )2

6
: ) (

:
)(Private Sub Command4_Click
Label1.caption=val(text1.text) + val (text2.text)
End Sub

:
)(Private Sub Command3_Click
Label1.caption=val(text1.text) - val (text2.text)
End Sub

:
)(Private Sub Command1_Click
Label1.caption=val(text1.text) * val (text2.text)
End Sub

:
)(Private Sub Command2_Click
Label1.caption=val(text1.text) / val (text2.text)
End Sub

....

*__^

You might also like