how do I copy text1.text to the clip board?
Printable View
how do I copy text1.text to the clip board?
Code:Text1.SelStart = 0
Text1.SelLength = Len(Text1.text)
Clipboard.SetText Text1.SelText
ok, but I need it to be used in other programs, like it is copied in mine, and pasted in another program