using System.diagnostics.process.start i have opened a particular application on a specified time similarly i have to close an application automatically on a specified time using kill()
How to close an application at a specified time using kill() in c#.net?
Put a timer.
Start the timer when u start the process.
inside the timer intervel kill that process
Reply:www.google.com search
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment