How to make my running C# application be able to reveive command lines while it is in runtime ?
Posted
by CSharpBeginner
on Stack Overflow
See other posts from Stack Overflow
or by CSharpBeginner
Published on 2010-06-02T22:13:13Z
Indexed on
2010/06/02
22:24 UTC
Read the original article
Hit count: 140
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 ?
© Stack Overflow or respective owner