Key Press Event

  • Thread starter Charles A. Lackman
  • Start date
C

Charles A. Lackman

Hello,

I am trying to create an application that captures the KeyPress Events that
are happening anywhere on the OS (In any window that has focus). I have a
windows form that is maximized and set to transparent. I have written code
to allow the mouse to click through the form and also to type through the
form. But the form does not capture the keypress events. I am using win32
API to accomplish this so far.

Actually I am simply asking where you might suggest I look to find a way to
capture every key press event regardless of what window it is taking place
in. Please, I am not looking for something that has already been made I am
looking to make my own (Key Capture Software).

Any suggestions will be greatly appreciated.

Thanks,

Chuck
 
M

Mehdi

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