Dim pProcess() As Process = System.Diagnostics.Process.GetProcessesByName(sname) For Each p As Process In pProcess p.Kill() Next
System.Diagnostics.Process.GetProcesses
System.Diagnostics.Process.MainModule
System.Diagnostics.ProcessModule.FileName
System.Diagnostics.Process.Kill
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)