Hello I am using Winsock control, but when I try to connect VB 6 says error: "Address in use". If I close my server app and try to run my program it doesn't give this error. Here is my simple code so far:

Code:
Private Sub Form_Load()
ws.Close
ws.LocalPort = 1007
ws.Connect "192.168.1.11"
End Sub
I left all winsock control properties to default in designer

Please Help Me!
Thank you in advance.