I have a little program that has the option to copy the contents of a text box to the clipboard. It's a useability thing. The problem is, it doesn't. Do I need to tell Clipboard.SetText what format it needs? If so, what format does it need?
Printable View
I have a little program that has the option to copy the contents of a text box to the clipboard. It's a useability thing. The problem is, it doesn't. Do I need to tell Clipboard.SetText what format it needs? If so, what format does it need?
Try this:VB Code:
Clipboard.SetText Text1.Text, vbCFText
Try clearing the clipboard (clipboard.clear) before setting the text.
Yay, we have takeoff. Encryption program complete. Thanks!
:wave:
si the geek is right, if you dont you'll get doubled text sometimes (Happened to me)
Wrong thread..