VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

This is the easy example of API Call for finctional KEYS fot F1 to F10

EskoHC  (2 Submissions)   Windows API Call/Explanation   VB 6.0   Unknown Difficulty   Sat 9th February 2002   Mon 8th February 2021

This is the easy example of API Call for finctional KEYS fot F1 to F10

API Declarations


Public Const VK_F1 = &H70
Public Const VK_F2 = &H71
Public Const VK_F3 = &H72
Public Const VK_F4 = &H73
Public Const VK_F5 = &H74
Public Const VK_F6 = &H75
Public Const VK_F7 = &H76
Public Const VK_F8 = &H77
Public Const VK_F9 = &H78
Public Const VK_F10 = &H79
Public Ceclare Function GetAsyncKeyState lib "user32" (byval vKey As Long)As Integer



Rate This is the easy example of API Call for finctional KEYS fot F1 to F10 (1(1 Vote))
This is the easy example of API Call for finctional KEYS fot F1 to F10.bas

This is the easy example of API Call for finctional KEYS fot F1 to F10 Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters