VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Simplified Hotkey Example

Liquibit  (1 Submission)   Windows API Call/Explanation   Visual Basic 3.0   Beginner   Wed 3rd February 2021

Shows how to emplement a hotkey globally. This example uses the ` key (192).

API Declarations
'Add To Module
Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer

Rate Simplified Hotkey Example (5(5 Vote))
Simplified Hotkey Example.bas

Simplified Hotkey Example Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters