windows - How can I hook backspace key correctly? -


i came convention, want process backspace in special way. use:

setwindowshookex(wh_keyboard,(hookproc)launcherhook, null, getmainthreadid(id));  

in process. problem is, when ime "()input choice window" pops, same time typing backspace key -- (the cursor , backspace) effects in window, not fit purpose.

thanks


Comments

Popular posts from this blog

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -