Results 1 to 4 of 4

Thread: ~key

  1. #1

    Thread Starter
    Banned nareth's Avatar
    Join Date
    Jun 2004
    Posts
    1,206

    ~key

    i wanna send the ~ key to an app using sendmsg my question is what value should be wm_keydown be and vk_~ or whatever its called

  2. #2
    Hyperactive Member wiccaan's Avatar
    Join Date
    Apr 2004
    Location
    127.0.0.1
    Posts
    475
    ~ is called Tild if thats what your asking for the second part of your question. Im not sure what key it would be using vbkey_?... but the Key value is 192.
    If my post was helpful please rate it

  3. #3
    Fanatic Member ZeBula8's Avatar
    Join Date
    Oct 2002
    Posts
    548
    chr$(126)

  4. #4
    INXSIVE Bruce Fox's Avatar
    Join Date
    Sep 2001
    Location
    Melbourne, Australia
    Posts
    7,429
    The only constant I could find for the 'tilda' key is one of the VK OEM keys (dependant on country).
    VK_OEM_3 (C0)


    Edit: Here is a MSDN link.



    Bruce.
    Last edited by Bruce Fox; Oct 13th, 2004 at 04:46 PM.

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