Results 1 to 3 of 3

Thread: copy text to clipboard

  1. #1

    Thread Starter
    Fanatic Member daimous's Avatar
    Join Date
    Aug 2005
    Posts
    657

    copy text to clipboard

    hi guyz! its me again..anyway, how can i copy a text from a textbox to a clipboard? thanks in advance!!!

  2. #2
    Shared Member
    Join Date
    May 2005
    Location
    Kashmir, India
    Posts
    2,277

    Re: copy text to clipboard

    Code:
    Clipboard.SetDataObject(textBox1.Text, true);
    Use [code] source code here[/code] tags when you post source code.

    My Articles

  3. #3

    Thread Starter
    Fanatic Member daimous's Avatar
    Join Date
    Aug 2005
    Posts
    657

    Re: copy text to clipboard

    Thanks soo much!!

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