Hi all..
i want to list running processes in windows mobile
i tried to use this code but didn't work
i need the mobile version codeCode:lst.Items.Clear() lst.DisplayMember = "ProcessName" Dim p As Process For Each p In Process.GetProcesses lst.Items.Add(p.ProcessName) Next
please it's very important![]()
thank you all





Reply With Quote