Hello, how do I copy variables in runtime to the clipboard? I just need the Namespace! Thanks
Last edited by Novice; Nov 13th, 2003 at 07:56 AM.
I know that I know nothing, therefore I know something.
you mean this... VB Code: Clipboard.SetDataObject(" your Object to set to clipboard here! ")
Clipboard.SetDataObject(" your Object to set to clipboard here! ")
~ if a post is resolved, please mark it as [Resolved] protected string get_Signature(){return Censored;} [vbcode][php] please use code tags when posting any code [/php][/vbcode]
Thanks, that's exactly what I have searched for!
Forum Rules