I want to create a Mono application to start and stop several processes. I only need to be able to start and stop the processes from the Mono application, I do not need any advanced features of manage
I\'m trying to find if a window with specific has been open by a Process. That process spawns multiple windows, and I need to check them all.
Certainly we should call Dispose() on IDisposable objects as soon as we don\'t need them (which is often merely the scope of a \"using\" statement).If we don\'t take that precaution then bad things, f
I am trying to make C# launch an application (in this case open office), and start sending that application keypresses such that it would appear as though someone is typing. So ideally, I would be abl
I\'m trying to create a performance counter that can monitor the performance time of applications, one of which is Google Chrome. However, I notice that the performance time I get for chrome is unnatu
so basically I want \"cmd_limit\" to take a number in seconds which is the maximum time we\'ll wait for the child process (safe to assume there\'s only one) to finish. If the child process does finish
just a quick question regarding C and processes. In my program, I create another child process and use a two-directional pipe to communicate between the child a开发者_StackOverflow社区nd parent. The c
If you make a long-running http request to a Djan开发者_如何学编程go application, can you send a second request to communicate with it?Can you share data between requests?
i am having a intranet asp.net application , all the clients connected to it is having a specific .exe file in their local disk, now i want to execute the .exe file from the .net application hosted in
I need a script to identify the files opened a particular process开发者_StackOverflow on linux To identify fd :