I am having trouble detecting the key state of the insert key using GetKeyState with the following code in Windows Mobile 6.x:
((GetKeyState (VK_INSERT) << 0x0f ) >> 0x0f ) == 1
This code works fine with the caps key. To my understanding Win Mobile does not support GetKeyboardState as an alternative. What might be the work around?
Thank you in advance ...

Moderator
CNET Staff
Samsung Staff
Dell Staff