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)