Results 1 to 3 of 3

Thread: Keypress event not working with Delete key ?

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2002
    Posts
    47

    Question Keypress event not working with Delete key ?

    I have a MsFlexGrid where I want to program the Keypress Event in case the user presses the DELETE key. When I press the key, no event is fired. If I press the letter keys all is fine but the function keys, arrows, and other special keys don't fire the event. What can you do to trap those ?

  2. #2
    Fanatic Member
    Join Date
    Jul 2000
    Location
    Manchester NH
    Posts
    833
    try the keydown event
    Kurt Simons
    [I know I'm a hack but my clients don't!]

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    Check for keycode = 46.

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