Download Calculator in Visual Basic 6.0 by dDuck video
Download Calculator in Visual Basic 6.0 by dDuck video on savevid.com
Download Calculator in Visual Basic 6.0 by dDuck streaming video in flv, mp4, avi formats direct easily on Savevid.com.
Calculator in Visual Basic 6.0 by dDuck
- To download Youtube videos you should click "Run" when java window opens. Enable "Always trust content from the publisher" to download seamlessly in the future.
- Download video
-
Provider:
Link:
- Rate: Please rate this video Views: 6 Downloads: 12
-
Description:
Hello and welcome to my Calculator tutorial! To do this program you'll need Visual Basic 6.0
The code is:
Private Sub Command1_Click()
Label1 = "+"
Text3 = Val(Text1.Text) + Val(Text2.Text)
End Sub
Private Sub Command2_Click()
Label1 = "-"
Text3 = Val(Text1.Text) - Val(Text2.Text)
End Sub
Private Sub Command3_Click()
Label1 = "/"
Text3 = Val(Text1.Text) / Val(Text2.Text)
End Sub
Private Sub Command4_Click()
Label1 = "*"
Text3 = Val(Text1.Text) * Val(Text2.Text)
End Sub
Thx for watching! - Tags:
- Category: Flag video









