Hi everybody,
I'm programming the C# app to control MACH3. My application will open MACH3 and press the RESET button automactically.


I configed MACH3 as imges above. On MACH3 window, when I press "q" key, it works perfectly. The reset button was clicked.
But when I use my C# app to simulate a "q" key press on MACH3, nothing happend. (I use SendKeys.Send method in my app)
Any idea?
