Results 1 to 2 of 2

Thread: key events

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2004
    Posts
    23

    key events

    how do u make a keyevent where when the user press AND HOLDS the key on the keyboard, the line of code executes once as if he is pressing it once. The key is pressed and holded only to prevent the key up event from exececuting

  2. #2
    Fanatic Member VBCrazyCoder's Avatar
    Join Date
    Apr 2003
    Posts
    681
    Couldn't you just hold the last key in memory and then on the next key down see if it is the same key (like holding thekey down) then just don't execute the functionality again (or whatever you need to do).

    Is this what you mean?

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