it’s a .NET non GUI application. It is specified as a console application, but the console is not really used. what the application does is GUI testing of other applications
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Others have described how you’d start/stop the problem execution … for the actual key trapping, I’d suggest registering a global hotkey – but, you’d need to have a Windows form handle available to you, so I’d also suggest either launching your command-line utility from a GUI app, or simply including the functionality in a GUI app.
Is this kind of change possible?
EDIT: Christian Liensberger has made what looks like an excellent wrapper for this on his blog.