Blog Post


Biyernes, Marso 6, 2015

Visual Basic 6.0 : Input Box

Sample Codes Here:

Private Sub cmdAdd_Click()

If txtD.Text = "" Then
txtD.Text = InputBox("Input Data Required!!", "Message")
txtD.SetFocus

End If

End Sub
Watch video below

0 (mga) komento:

Mag-post ng isang Komento