Code to Display the Keyboard Layout
Code to Display the Keyboard Layout
API Declarations
Dim KL As String
Dim KLen as Long
Rate Code to Display the Keyboard Layout
(2(2 Vote))
KL = String(255,Chr(0))
KLen = Len(KL)
GetKeyboardLayout KL
MsgBox Left(KL,KLEN)
End Sub
Code to Display the Keyboard Layout Comments
No comments yet — be the first to post one!
Post a Comment