Keyboard Controller Buffer (Writing To)

N

NvrBst

I'd like to simulate keypresses at the lowest level I can (writing to
the keyboard buffer if possible). I can find x86 solutions but nothing
for a higher level language. Does anyone know how I can do this in C#?


I'm also wondering if the "keybd_event" or "SendInput" goes as low as
writing to the Keyboard Controller Buffer? or do they use messaging? -
I think they both use messaging but just wanted to make sure.


NB

PS Any solution would be great, like using the ASM code inside my C#
application (I remember doing something similar to this for a C++
program long time ago but I can't seem to find anything for ASM in C#)?
But a method to access it without the ASM would be best for me.
 
C

chanmm

If you can do it in C++ what I would suggest is, build your C++ as a class
and consumed by C#.

chanmm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top