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:
I left all winsock control properties to default in designerCode:Private Sub Form_Load() ws.Close ws.LocalPort = 1007 ws.Connect "192.168.1.11" End Sub
Please Help Me!
Thank you in advance.




Reply With Quote