Description: This code enumerates all running process and determines which processes are services, system, and user-run processes. You can pull just about any infomation you want from a process. The program cna also enumerate processes on ports (Using the internet) and can monitor for any you specify and close the connection.
There is also a firewall Which is XP only. It does NOT use the built in windows firewall. It can block programs base on Process Name/Remote IP/Remote Port/Local Port. It can also block program by default and only allowed ones you specify on the previous conditions.
This file came from Planet-Source-Code.com...the home millions of lines of source code
You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=57602&lngWId=1
The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.