Search Tools Links Login

Copy to Clipboard


Visual Basic 6, or VB Classic

how to copy from textbox to clipboard?

Original Author: rizal

Code

'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

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 114 times

Categories

Visual Basic 6

Attachments

No attachments for this post


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.