|
-
Oct 12th, 2000, 12:27 PM
#1
Thread Starter
Lively Member
How could I allow users to move through fields (e.g. text boxes) using cursor keys (Left, Down, Up, Right)?
Thanks in advance.
-
Oct 12th, 2000, 12:53 PM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|