Results 1 to 3 of 3

Thread: Copy Code

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2003
    Posts
    154

    Copy Code

    Whats the code to copy soemthing in Text1...
    I want them to have to click a command button and not ctrl c so the code to select text1 would be what?Thx guys

  2. #2
    Frenzied Member dis1411's Avatar
    Join Date
    Mar 2001
    Posts
    1,048
    VB Code:
    1. Private Sub Command1_Click()
    2.     Clipboard.Clear
    3.     Clipboard.SetText (Text1.Text)
    4. End Sub

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jan 2003
    Posts
    154
    thx man stupid question just didnt know what it was lol thx tho

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