Alright, here's the deal: I have a program and I tell it to listen on a certain port (1000) via the winsock control. Here's the code I use to do that:

winsock1.localport = 1000
winsock1.listen

Now that the program is listening on port 1000, how do I make it stop listening to that port without stopping the program? Thanks in advance. Later,

-zer0 flaw