Code to Get the Number of Function Keys in the KeyBoard
Code to Get the Number of Function Keys in the KeyBoard
API Declarations
Private Const KB_FUNCKEYS = 12
Rate Code to Get the Number of Function Keys in the KeyBoard
(2(2 Vote))
Dim FKey as Long
FKey = GetKeyboardType(KB_FUNCKEYS)
Msgbox "No. Of Function Keys : " + CStr(FKey),VbExclamation,"FunctionKeys"
End Sub
Code to Get the Number of Function Keys in the KeyBoard Comments
No comments yet — be the first to post one!
Post a Comment