Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
A Task Manager for VB.NET, displays processes on local / remote computer.please i want the code please help.i know the code for my system to display processes in the control panel .i want remote system task manager connected to lan.EXAMPLE
Posted

1 solution

The code is no different between getting the local process or remote processes. You just have to specify the computer name when you call Process.GetProcesses(computerName).
 
Share this answer
 
Comments
kalisiddayya 11-Jan-13 8:37am    
i try that also it is not working .please help me
kalisiddayya 11-Jan-13 8:40am    
i try that it is tell that Couldn't connect to remote machine .exeception i am getting help me please
Dave Kreskowiak 11-Jan-13 10:37am    
"Not working" doesn't tell me anything usefull. WIthout an exact error message, anyone who tries to help you is just guessing.

The target machine could be turned off, firewall is blocking the request, you don't have admin permissions to the target machine, ...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900