Could anyone please tell how to find out all IP connections for a PC with win98 or win2000 ?
It is best to show IP address, domain name and ports. What API can be used ?
Printable View
Could anyone please tell how to find out all IP connections for a PC with win98 or win2000 ?
It is best to show IP address, domain name and ports. What API can be used ?
Try typing "netstat -a" in the DOS prompt. You'll get a listing of all active connections.
It's not really VB but it's good for trouble shooting.
HTH.
It would be more helpful to have VB coding to get the IP addresses and port since history can be maintained.
I may have found what you are looking for, go here
http://www.planetsourcecode.com/xq/A...s/ShowCode.htm
Peterdimo,
Thanks for your help. It is very useful.
Terence