if you click the command button the name will display teh textbox then command button will change t
if you click the command button the name will display teh textbox then command button will change text name also change
Rate if you click the command button the name will display teh textbox then command button will change t
(1(1 Vote))
Text1.Text = "OK"
'one command button and text box control was inclued in your form'
EDIT.Enabled = True
If EDIT.Caption = "EDIT" Then
Text1.Text = "SWAMI"
If EDIT.Enabled = True Then
EDIT.Caption = "SAVE"
End If
End If
End Sub
if you click the command button the name will display teh textbox then command button will change t Comments
No comments yet — be the first to post one!
Post a Comment