Results 1 to 8 of 8

Thread: send key's command

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2009
    Posts
    462

    Exclamation send key's command

    ok i have a textbox that my mouse double click's on so it highlight's the text and i need it to copy that text

    sendkeys.send({^+C})
    i know it's something like that but it's not working for me i just need to send
    ctrl+c to copy it and i dont know the code's if you know please post

    EDIT> k someone gave me the code it's
    System.Windows.Forms.SendKeys.Send("^c")

    now i need the space key what is the code for it i tried this and it dident work

    SendKeys.Send("{SPACE}")
    Last edited by tweaker99; Mar 17th, 2009 at 07:31 AM.

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