SetClipboardData
Previous Top Next

Copies the specified text into the clipboard.
Syntax: SetClipboardData (Data As String)

Example:
Sub App_Start
 hw.new1 'hw is a Hardware object.
 hw.SetClipboardData(TextBox1.Text)
End Sub