Is GetKeyboardState supported in the CompactFramework?
i looked at
:http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/userinput/keyboardinput/keyboardinputreference/keyboardinputfunctions/getkeyboardstate.asp
but it doesn't indicate whether it is.
I'd like to be able to set the state of the CAPLOCKs key
programmatically. i thought that perhaps with GetKeyboardState, i
could retrieve a pointer to the buffer and set the state using that
buffer....