how can i know which program is listening on a specific port...
for example:
if my program listens on port 9000, and another is listening on port 9001, how can i list them...
thanks in advanced.
Printable View
how can i know which program is listening on a specific port...
for example:
if my program listens on port 9000, and another is listening on port 9001, how can i list them...
thanks in advanced.
Take a look at this article this might help you. It finds all open TCP/IP Ports.
VBIP
You also can find some articles that might be helpfull here:
http://www.mvps.org/vbnet/
This one answers your question:
http://www.mvps.org/vbnet/code/netwo...ctiontable.htm
greetz