// JP opened flex table

Click to See Complete Forum and Search --> : Install keyboard filter


zenox
June 3rd, 2008, 10:26 AM
Anyone have any examples on how to programitcally install a keyboard filter?
Thanks!

DreamShore
June 3rd, 2008, 12:31 PM
You just need to follow what the inf file did in your C/C++ code.

-

Or rather, translate the kbfiltr.inf in to C code.

zenox
June 3rd, 2008, 01:26 PM
Hey,
I have been attempting to do this unsuccessfully.
I see that my inf copies the file to system32, creates a service for the driver, and adds the service name to the "UpperFilters" registry key.

I have duplicated this, however my driver still does not seem to be installed.

Any suggestions as to what I am missing?

DreamShore
June 3rd, 2008, 10:45 PM
1. Though I think I must have done that, have you restarted the machine?
2. Log, and see what it appears. Maybe you've made some mistakes and the drivre even not loaded.
-
And I thought, maybe not correct, you have to put the driver in system32\drivers. I remember I failed once because of this reason.

//JP added flex table