PDA

Click to See Complete Forum and Search --> : Api help


Evan
Nov 1st, 1999, 06:05 AM
OK,
I need help With this Api..
This Api Called GetAsyncKeyState will check the status the key I want.
But I dont know How to tell it to check the Arrow Keys.
Whats the Name for them ( IE. GetAsyncKeyState (VK_Q))

Some help please?

SteveS
Nov 1st, 1999, 07:39 AM
I think you can use the VB constants,

Like VBKeyLeft, VBKeyRight etc...

VB comes with an API viewer, which also contains a list of all constants required for the API's listed.

Hope this helps,

Steve.