Results 1 to 6 of 6

Thread: Copy to clipboard

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2009
    Posts
    138

    Copy to clipboard

    How to copy text from RichTextBox or TextBox to clipboard? Thanks!

  2. #2

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jan 2009
    Posts
    138

    Re: Copy to clipboard

    I solved problem:

    Code:
    TextBox1.SelectAll
    TextBox1.Copy
    TextBox1.DeselectAll

  4. #4
    Hyperactive Member nagasrikanth's Avatar
    Join Date
    Nov 2004
    Location
    India,Hyderabad.
    Posts
    420

    Re: Copy to clipboard

    Better mark it as Resolved then. Thank you..
    The Difference between a Successful person and others is not a Lack of Knowledge,
    But rather a Lack of WILL

  5. #5

  6. #6
    Wait... what? weirddemon's Avatar
    Join Date
    Jan 2009
    Location
    USA
    Posts
    3,826

    Re: Copy to clipboard

    Quote Originally Posted by hepeci View Post
    I solved problem:

    Code:
    TextBox1.SelectAll
    TextBox1.Copy
    TextBox1.DeselectAll
    With Cicatrix's help. I would hope you are going to give him reputation.

    Also, please mark the thread resolved.
    CodeBank contributions: Process Manager, Temp File Cleaner

    Quote Originally Posted by SJWhiteley
    "game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....

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