VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



This will automatically turns on the caps lock key when it is off and turns off when it is on

by anil ,amar (1 Submission)
Category: Windows API Call/Explanation
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Sun 19th May 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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



Private Sub Form_Load()
DBGrid1.Visible = False
Call keybd_event(vbKeyCapital, 0, 0, 0)
End Sub


Download this snippet    Add to My Saved Code

This will automatically turns on the caps lock key when it is off and turns off when it is on Comments

No comments have been posted about This will automatically turns on the caps lock key when it is off and turns off when it is on. Why not be the first to post a comment about This will automatically turns on the caps lock key when it is off and turns off when it is on.

Post your comment

Subject:
Message:
0/1000 characters