I’d like to hook some action on keys combination Ctrl + [PLUS key on numeric keypad with Key Code = 43], which is quite usual these days.
Problem is that KeyPress procedure does not give any ShiftAltCtrl parameter to check. It is in fact not fired at all.
I know how to read Ctrl state by means of API function GetKeyState. This is of no use also, because it is not clear, when read.
This key combination looks like to be some hotkey on VFP or Windows level, but I’ve never heard what for.
I would by very thankful for any recommendation. Preferable without using a timer.
Bye, Toman
Problem is that KeyPress procedure does not give any ShiftAltCtrl parameter to check. It is in fact not fired at all.
I know how to read Ctrl state by means of API function GetKeyState. This is of no use also, because it is not clear, when read.
This key combination looks like to be some hotkey on VFP or Windows level, but I’ve never heard what for.
I would by very thankful for any recommendation. Preferable without using a timer.
Bye, Toman