VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Copy to Clipboard

by rizal (1 Submission)
Category: Windows API Call/Explanation
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (4 Votes)

how to copy from textbox to clipboard?

Rate Copy to Clipboard

'harap faham2 sendiri la yek
Private Sub Command1_Click()
  Clipboard.Clear
  Clipboard.SetText Text1.Text
End Sub
Private Sub Command2_Click()
  Text1.Text = Clipboard.GetText
End Sub

Download this snippet    Add to My Saved Code

Copy to Clipboard Comments

No comments have been posted about Copy to Clipboard. Why not be the first to post a comment about Copy to Clipboard.

Post your comment

Subject:
Message:
0/1000 characters