Search found 1 match
- Wed Jul 08, 2015 3:16 am
- Forum: Scripting
- Topic: Process kill using System.Diagnostics
- Replies: 1
- Views: 7188
Process kill using System.Diagnostics
Hello, I hope anyone can help with the following problem. First the code: using System.Windows.Forms; using System; using System.Diagnostics; using System.Drawing; using Neo.ApplicationFramework.Tools; using Neo.ApplicationFramework.Common.Graphics.Logic; using Neo.ApplicationFramework.Controls; usi...