Results 1 to 5 of 5

Thread: Does keyb_event support uppercase or shift needed?

  1. #1

    Thread Starter
    Hyperactive Member wordracr's Avatar
    Join Date
    Aug 2001
    Posts
    281

    Does keyb_event support uppercase or shift needed?

    It's probably more a question of..are there virtual keys for uppercase?

    Maybe someone can offer another solution.

    Say I have a string of "HeY". How could I send that into a function to have it typed out in the same case?

  2. #2
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171
    Where are you trying to send it?


    Has someone helped you? Then you can Rate their helpful post.

  3. #3

    Thread Starter
    Hyperactive Member wordracr's Avatar
    Join Date
    Aug 2001
    Posts
    281
    system wide

  4. #4
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171
    Maybe try SendKeys... It'll send your text to the active window...


    Has someone helped you? Then you can Rate their helpful post.

  5. #5

    Thread Starter
    Hyperactive Member wordracr's Avatar
    Join Date
    Aug 2001
    Posts
    281
    no, it wont- directx mainly. I am looking for a way to send capital letters w/o using
    vkey = vbKeyShift
    keybd_event vkey, 0, 0, 0 ' press stored key
    keybd_event vkey, 0, KEYEVENTF_KEYUP, 0 ' release stored key

    in between the letter

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