Advertisement
Guest User

HungVB.Com Get Process List Windows

a guest
Sep 22nd, 2021
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.25 KB | None | 0 0
  1.    Dim hungcoder As Process
  2.         For Each hung In Process.GetProcesses
  3.             ComboBox1.Items.Add(hungcoder.ProcessName)
  4.             ListView1.Items.Add(hungcoder.ProcessName)
  5.             ListBox1.Items.Add(hungcoder.ProcessName)
  6.         Next
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement