hey i now how to make where now if someone connected to your on a port with winsock and that but when they connect how can i kick them out using winsock by like closeing that port or what ?
Printable View
hey i now how to make where now if someone connected to your on a port with winsock and that but when they connect how can i kick them out using winsock by like closeing that port or what ?
WinS.Close
(have you looked in the VB help file?? :) )
------------------
Rapmaster
but i want it to close whatever port that person on how can i do that ?
if they are connected on say port 5000 ... closing the socket will disconnect them.
then put the winsock control back into listen mode for someone else to connect.
I'm not sure what else you want to do...
------------------
Rapmaster