Hi,
I need to know how to call a exe within a C# console program.
The target exe opens a windows form which has text boxes and check boxes and buttons.
Is there a way to pass the parameters to the text boxes and check boxes and click the button in the form through my C# console application?
Note: I dont have the source code for the target exe. i have the exe alone.
Please help me.
I need to know how to call a exe within a C# console program.
The target exe opens a windows form which has text boxes and check boxes and buttons.
Is there a way to pass the parameters to the text boxes and check boxes and click the button in the form through my C# console application?
Note: I dont have the source code for the target exe. i have the exe alone.
Please help me.
Comment