ronnetp
Programmer
- Apr 8, 2002
- 71
I have the following code to enable the Num-lock Key,
set WshShell = CreateObject("WScript.Shell"
WshShell.SendKeys "{NUMLOCK}"
but I need it to be able to verify the state before,
if Num-lock key is active
dont change state
is Num-lock key is inactive
Activate Numlock key.
Any advice is well appreciated.
Thanks,
set WshShell = CreateObject("WScript.Shell"
WshShell.SendKeys "{NUMLOCK}"
but I need it to be able to verify the state before,
if Num-lock key is active
dont change state
is Num-lock key is inactive
Activate Numlock key.
Any advice is well appreciated.
Thanks,