I have a solution with two projects:
- Windows forms application
- Console application.
I want to manage the console application from the windows form application.
How cant i start/stop the console application from the windows forms applciation?
can any one provide a sample code or any suggestion?