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?
Printable View
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?
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.