Kodlar =
1 2 3 4 | ListBox1.Items.Clear() For Each dongu As Process In Proccess.GetProcesses ListBox1.Items.Add(dongu.ProcessName) Next |
1 2 3 4 | ListBox1.Items.Clear() For Each dongu As Process In Proccess.GetProcesses ListBox1.Items.Add(dongu.ProcessName) Next |
0 yorum:
Yorum Gönder