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

Recommended Answers

All 2 Replies

Take a look at this article.

thanks pal..but i need it in vb.net that looks like it is in c#??

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.