Use VB.Net to toggle the Caps Lock

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone have a VB.Net code snippet to toggle the caps lock key

Thanks

Steven
 
Hi

I have one in C

System.Windows.Forms.SendKeys.Send("CAPSLOCK")

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top