I\'d like to find out which processes are using my network. This is quite easy in Linux, but I\'m stumped as to how to do this in Windows.
Essentially, I\'d like, fo
You will need to use the IPHelper API.
Here is a good article detailing its use from .NET: http://www.codeproject.com/KB/IP/iphlpapi.aspx
Enjoy.