1.Creat the Program. Using Visual Basic 6.0.
2.Put one TEXTBOX and one COMMAND BOX
3. Then, we only put code at command (ENTER) button.
#theCodes
Private Sub Command1_Click()4. We are DONE! Hit run, or press F5.
Text1.Text = "Hello World!"
End Sub
Post a Comment