I have a winform application that works with/for third party exes. These third party apps do not have any api or command line parameters. Is it possible to control third party apps from winform application using c#.
All I need is:-
- Open third party exe within winform app. Winform will work as a container.
- let the users uses thirdy party apps
- then Exit/End/Close third party exe by winform app.
Any help will be appreciated.