I want to write a program in C# that closes some other windows application that happens to be running on my computer at a certain time (kind of like a scheduled task to close something). I can figure out how to make it run the action at X time, but can someone point me to a howto or a code snippet that would either hit the close box in some application or maybe kill its process?