Hello Guest it is March 28, 2024, 11:24:05 AM

Author Topic: Need inside info on KeyGrabber  (Read 2018 times)

0 Members and 1 Guest are viewing this topic.

Need inside info on KeyGrabber
« on: January 31, 2010, 11:07:05 PM »
I think Brian or Art can answer a question for me. I have a specific project using Mach3 that requires a program like KeyGrabber. KeyGrabber won't work for my needs so I will probably write my own program. The question is once I get a keystroke how do I send the translated keystroke to Mach3. I suspect it's done by posting a message (PostMessage function in Windows API). If so I need to know the message number and parameters to use. If it's not done with PostMessage I need to know how to do it.

Thanks!