Hi...Is it possible to get a list of running application in a remote pc through wireless or wired network?? i tried this code but i get an error
Dim ps As System.Diagnostics.Process
For Each ps In System.Diagnostics.Process.GetProcesses(remote_pc_name)
ListBox1.Items.Add(ps.ToString)
Next
error is "Can't connect to remote machine", i tried to access a laptop connected through wifi .. thanks