Results 1 to 3 of 3

Thread: Copy Variables To Clipboard? (RESOLVED)

  1. #1

    Thread Starter
    Junior Member Novice's Avatar
    Join Date
    Nov 2003
    Location
    Stuttgart
    Posts
    19

    Copy Variables To Clipboard? (RESOLVED)

    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.

  2. #2
    Frenzied Member dynamic_sysop's Avatar
    Join Date
    Jun 2003
    Location
    Ashby, Leicestershire.
    Posts
    1,142
    you mean this...
    VB Code:
    1. 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]

  3. #3

    Thread Starter
    Junior Member Novice's Avatar
    Join Date
    Nov 2003
    Location
    Stuttgart
    Posts
    19
    Thanks,

    that's exactly what I have searched for!
    I know that I know nothing, therefore I know something.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width