Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: rgoldner on January 31, 2010, 11:07:05 PM

Title: Need inside info on KeyGrabber
Post by: rgoldner 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!