-
Does anybody know a way to find out what port a application is using? ... Lets say if i know the caption or name of the application running, can i figure out the port its using if any???
I really need some help with this! I cant figure it out!
:confused: :mad:
-
Try running NETSTAT
It won't tell you the program, but it'll tell you all the open ports and the hosts you are connected to and you could probably guess.
------------------
-FirePoweR-
[email protected]
-
Thanks, ive already tried running netstats...
but i need to associate this with my program.
People who are using it wont know what uses what port, so im wondering if there is any way to figure it out in VB.