calfred2808

kill app

Jun 5th, 2016
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.22 KB | None | 0 0
  1.   For Each prog As Process In Process.GetProcesses
  2.                 If prog.ProcessName = TargetTXT.Text Then
  3.                     prog.Kill()
  4.                
  5.                 Else
  6.  
  7.  
  8.                 End If
  9.             Next
Add Comment
Please, Sign In to add comment