Does anyone know if it is possible to get the state of the Caps Lock-key?
Pressing the Caps Lock-key fires an event, but how do I know wether Caps Lock is turned on or off after the event is fired?
I have tried to find info on MSDN about the Event-object, but failed to find a property similiar to the shiftKey and shiftLeft properties.