Guest User

Untitled

a guest
May 17th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.20 KB | None | 0 0
  1. Dim Count As Integer = 0
  2.         For Each Process In Process.GetProcesses(My.Computer.Name)
  3.             On Error Resume Next
  4.             ListBox1.Items.Add(Process.ProcessName)
  5.             Count += 1
  6. Next
Add Comment
Please, Sign In to add comment