Hi,
I need to know how i can get whether the CAPS lock is on or off.
the GetKeyState(VK_CAPITAL) is not returning me proper value, if the caps lock is toggled between the consequtive excecution of this function.
Same thing i want to about the shift key. how can i get whether its pressed or not. I am running the VB application in background so i can use only win32 apis not any keypress event of VB.
Thanks,
Sachin