What is the API for setting Cabs on for the entire program?
Thanks.
Printable View
What is the API for setting Cabs on for the entire program?
Thanks.
Cabs?
Are you trying to create a cabinet from your program or package your program into one?
If you want to set Caps lock to your keyboard use:
Setkeyboardstate
Because the SetKeyboardState function alters the input state of the calling thread and not the global input state of the system, you cannot use SetKeyboardState to set the NUM LOCK, CAPS LOCK, or SCROLL LOCK indicator lights on the keyboard.