Results 1 to 2 of 2

Thread: Moving through fields

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Apr 2000
    Location
    Rafaela (Argentine)
    Posts
    107

    Question

    How could I allow users to move through fields (e.g. text boxes) using cursor keys (Left, Down, Up, Right)?

    Thanks in advance.

  2. #2
    Guest
    check the keypress event for

    vbKeyLeft (left arrow)
    .
    .
    .


    You can find all the key combinations under Key Code constants in the VB6 Documentation. They must be on the net someplace also.


    Good Luck
    DerFarm

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