Click to See Complete Forum and Search --> : ActiveX


Muhammad Usman
May 19th, 1999, 01:55 AM
Hi I am trying to make a chat Program using WinSock Control. The Problem i am facing is that once a connection is terminated it does not make the port free. Next time you try to Connect the same remote port. you get the error "Address in Use". Please give me the solution of this ASAP.
Thanx

Lothar Haensler
May 19th, 1999, 02:44 AM
did you apply the Close method of the WinSock control after use?

Muhammad Usman
May 19th, 1999, 03:45 AM
Yes I have done that but still its not working.