Hi,
Can any one tell me what should be the shift and control key values in the below stated code.
#DEFINE VK_lSHIFT 0x10
#DEFINE VK_lCONTROL 0x11
DECLARE INTEGER GetKeyState IN WIN32API INTEGER
What should be the value of GetKeyState(VK_lSHIFT) and
GetKeyState(VK_lCONTROL)? I am getting different values(both +ve, -ve & 0) every time I press shift or control keys down.
I want to use this in a controls click event to check for if the shift is used or control is used.
I hope I am clear about my problem.
Thank you.
Can any one tell me what should be the shift and control key values in the below stated code.
#DEFINE VK_lSHIFT 0x10
#DEFINE VK_lCONTROL 0x11
DECLARE INTEGER GetKeyState IN WIN32API INTEGER
What should be the value of GetKeyState(VK_lSHIFT) and
GetKeyState(VK_lCONTROL)? I am getting different values(both +ve, -ve & 0) every time I press shift or control keys down.
I want to use this in a controls click event to check for if the shift is used or control is used.
I hope I am clear about my problem.
Thank you.