Jump to content

Timer that closes applications

Go to solution Solved by Paralectic,

Take a look at Microsoft's documentation on the Process.Close Method.

https://msdn.microsoft.com/en-us/library/system.diagnostics.process.close(v=vs.110).aspx


Yes you should try it, with a basic knowledge of C# you can do this.

Kind of a noob. You dont have to tell me the whole process/code for it but my friend is addicted to a game and I told him I could help him and thought of maybe making some sort of application that will set a timer on the game. (Would also teach me a little more)

 

im most familiar with C#. 

 

I dont ask for much here, you dont have to try doing it (except if you are really fast ;)) it would be nice to just tell me if i should even try or if its to complicated. thanks!

Link to comment
https://linustechtips.com/topic/541202-timer-that-closes-applications/
Share on other sites

Link to post
Share on other sites

Take a look at Microsoft's documentation on the Process.Close Method.

https://msdn.microsoft.com/en-us/library/system.diagnostics.process.close(v=vs.110).aspx


Yes you should try it, with a basic knowledge of C# you can do this.

Link to post
Share on other sites

4 minutes ago, Paralectic said:

Take a look at Microsoft's documentation on the Process.Close Method.

https://msdn.microsoft.com/en-us/library/system.diagnostics.process.close(v=vs.110).aspx


Yes you should try it, with a basic knowledge of C# you can do this.

will do thanks!

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×