CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: ActiveX

  1. #1
    Join Date
    May 1999
    Posts
    7

    ActiveX

    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


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: ActiveX

    did you apply the Close method of the WinSock control after use?


  3. #3
    Join Date
    May 1999
    Posts
    7

    Re: ActiveX

    Yes I have done that but still its not working.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured