Is there a way to close an external winsock connection? Like when u type netstat -n into prompt, and shows u all the live connections u have on ur computer, is there a way to close them through vb?
Printable View
Is there a way to close an external winsock connection? Like when u type netstat -n into prompt, and shows u all the live connections u have on ur computer, is there a way to close them through vb?
You could have a look in the MSDN library. The NetBios API function can probably do what you want, but it isnt easy to use.
but these are all tcp/ip connections....
also, are there any winsock api's that could do this?