LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Setting CAPS LOCK ?

I can read the status of CAPS LOCK using User32.DLL, GetKeyState.
But I want to set the CAP LOCK Status to OFF, so that I can send some lowercase charachter via a SendKeys command.

Is it possible to control the status of CAPS LOCK

(I am using LABVIEW Version 5.01)
0 Kudos
Message 1 of 2
(3,213 Views)
According to the MSDN, you need to read the entire keyboard and then set the entire keyboard.

___________________
Try to take over the world!
0 Kudos
Message 2 of 2
(3,208 Views)