Does any of you know how to capture data from a keyboard based on the VID or PID for the keyboard?
well it's possible with raw input in C# but then i can't block the data, or well redirect it to my application.. and well i can block the data with a global keyboard hook but then i can't see what source it's comming from.. so is it possible to merge these two? or well is there anykind of plugin of some sort i can use? would be great if it was in .net!
I've been searching and trying to find something for days.. but no luck yet!