This will automatically turns on the caps lock key when it is off and turns off when it is on
This will automatically turns on the caps lock key when it is off and turns off when it is on
API Declarations
ByVal dwFlags As Long, ByVal dwExtraInfo As Long)
Rate This will automatically turns on the caps lock key when it is off and turns off when it is on
(2(2 Vote))
Private Sub Form_Load()
DBGrid1.Visible = False
Call keybd_event(vbKeyCapital, 0, 0, 0)
End Sub
This will automatically turns on the caps lock key when it is off and turns off when it is on Comments
No comments yet — be the first to post one!
Post a Comment