hook keyboard event in form and his controls

  • Thread starter Thread starter tony
  • Start date Start date
T

tony

hi.

how can i hook keyboard event, when user press the keyboard and the focus is
in the form OR any controls...
 
Sure. Rewrite the code in the SDF yourself that implements the filter. I'm
not sure what the utility of rewriting something that is already free would
be, but if you have nothing better to do with your time, then that's a good
option. It's not a lot of code and will probably only take a few days if
you know how message pumps and WndProcs work. A week or more if you're not
familiar with them.

-Chris
 
:)
Sure. Rewrite the code in the SDF yourself that implements the filter.
I'm not sure what the utility of rewriting something that is already free
would be, but if you have nothing better to do with your time, then that's
a good option. It's not a lot of code and will probably only take a few
days if you know how message pumps and WndProcs work. A week or more if
you're not familiar with them.

-Chris
 
Back
Top