devxlogo

January 6, 2001

KeysPressed – Test the status of up to three keys

Private Declare Function GetAsyncKeyState Lib “user32″ (ByVal vKey As Long) As _ Integer’ Return True if all the specified keys are pressed” you can specify individual keys using VB constants,