VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



transfer text to label

by jacka18l (3 Submissions)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Wed 12th March 2003
Date Added: Mon 8th February 2021
Rating: (1 Votes)

transfer text to label

Rate transfer text to label



'make a textbox (text1)
'make a command button (command1)

put this in the command button


Private Sub Command1_Click()
Label1.Caption = Form1.Text1.Text
End Sub

'aim = jacka18l
'and thats it.

Download this snippet    Add to My Saved Code

transfer text to label Comments

No comments have been posted about transfer text to label. Why not be the first to post a comment about transfer text to label.

Post your comment

Subject:
Message:
0/1000 characters