VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



if you click the command button the name will display teh textbox then command button will change t

by N.SWAMINATHAN (7 Submissions)
Category: Custom Controls/Forms/Menus
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Fri 6th June 2003
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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



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

Download this snippet    Add to My Saved Code

if you click the command button the name will display teh textbox then command button will change t Comments

No comments have been posted about if you click the command button the name will display teh textbox then command button will change t. Why not be the first to post a comment about if you click the command button the name will display teh textbox then command button will change t.

Post your comment

Subject:
Message:
0/1000 characters