• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Programming to close another app

AgentZap

Senior member
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?
 
Back
Top