vb_2014_slip 5












SLIP 5_1

Option Explicit

Private Sub cmdConcat_Click()
Text3.Text = Text1.Text + Text2.Text


End Sub

Private Sub Text1_Click()
Text1.Text = ""
End Sub

Private Sub Text2_Click()
Text2.Text = ""
End Sub

No comments:

Post a Comment

Note: only a member of this blog may post a comment.