|
|
#1 |
|
Hyperactive Member
Join Date: Dec 06
Posts: 270
![]() |
When I want to get the user to move left and right I can use the command vbKeyLeft and vbKeyRight, but to get the user to use the keys A for Left and D for Right, what do I use in there place instead of vbKeyLeft, can I just use vbKeyRightA ?
Thank you. |
|
|
|
|
|
#2 |
|
G&G Moderator
Join Date: Jun 02
Location: Victoria, Australia
Posts: 4,245
![]() ![]() ![]() |
Re: Using Keys Help Please
You have to understand what those things actually mean. Perhaps you should google "Constants".
In the mean time, just replace "vbKeyLeft" with "vbKeyA", and "vbKeyRight" with "vbKeyD". chem
__________________
Visual Studio 6, Visual Studio.NET 2005, MASM |
|
|
|
![]() |
|
||||||
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|