CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Arrow Keys

  1. #1
    Join Date
    Mar 2001
    Posts
    7

    Arrow Keys

    Hi,

    I'm using the textchanged and key press events to catch certain keyboard events, but I can't seem to catch the arrow keys. Is there a seperate event?? Are these keys supported??

    Thanks,
    Stone_G

  2. #2
    Join Date
    Mar 2001
    Posts
    7
    I figured it out.... Arrow keys and function keys use the KeyUp event.

    I learned something new today!

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

Featured