Tugas 2 Program 3 (Perhitungan Gaji)





Private Sub Command1_Click()
Text4.Text = Text1.Text + Text2.Text - Text3.Text
Text5.Text = Text4.Text * 0.05
Text6.Text = Text1.Text - Text3.Text
End Sub

Private Sub Command2_Click()
Text1.Text = ""
Text2.Text = ""
Text3.Text = ""
Text4.Text = ""
Text5.Text = ""
Text6.Text = ""
Text1.SetFocus
End Sub

Private Sub Command3_Click()
End

End Sub

0 komentar: