Have app1.exe with input parameters and buttons. How to create c# code to access app1.exe pass parameters for input and press button? thanks for any suggestion
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.
you can start app1.exe using a process, see MSDN.
The only way to ‘click a button’ in app1.exe is to send a signal/message to the app which has to be handled in app1.exe. Take a look at this site for some idea’s.