Results 1 to 4 of 4

Thread: -- > SEND KEY <---

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2000
    Posts
    208

    Cool

    It's wimple, very but I forgot it.. :
    How can I send a Key ... ?
    like:
    SendKey (ALT+TAB)
    and the application will switch..
    or
    SendKey (CTRL+ESP)
    to open the start menu..
    who can I do that ??

  2. #2
    Guest
    I believe its...

    SendKey (ALT+TAB) = SendKeys "%{TAB}"
    SendKey (CTRL+ESP) = SendKeys "^{ESC}"

    Hope that helps.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Aug 2000
    Posts
    208
    Why some time it's the
    ^ symbole and for tab, it's %
    ???

  4. #4
    Guest
    Take a look in your VB Help file under SendKeys statement.

    SHIFT = +
    CTRL (CONTROL) = ^
    ALT = %

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