FULL CODE
Các bạn thấy đoạn code này thế nào? hoàn toàn đơn giản chứ :D, bạn chỉ có thêm một điều kiện để gọi file từ hệ thống ra đơn giản thôi :D
Dim hungcoder As Process
For Each hung In Process.GetProcesses
ComboBox1.Items.Add(hungcoder.ProcessName)
ListView1.Items.Add(hungcoder.ProcessName)
ListBox1.Items.Add(hungcoder.ProcessName)
Next