Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to execute Caps/Num Locks key on into keyboard by .Net coding???

Please help me...
Posted

Hi,
You can get Capslock and numlock values by using the following,
VB
Windows.Forms.Keys.NumLock
,
VB
Windows.Forms.Keys.CapsLock
 
Share this answer
 
Comments
Dave Kreskowiak 15-Jun-12 10:17am    
You might want to explain this a bit better. How is the value of an enumeration going to get you the state of the keys??

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900