How to make my running C# application be able to reveive command lines while it is in runtime ?
- by CSharpBeginner
Hello,
How to make my already running C# Windows Form Application be able to receive command lines while it is in runtime. For Example : if my application is playing a video now ; i want to send a command line to it like "MyApp /stop" so that while the application is still running it stop the playing the video without exiting from current session ?