transfer text to label
transfer text to label
Rate transfer text to label
(1(1 Vote))
'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.
transfer text to label Comments
No comments yet — be the first to post one!
Post a Comment