RUN-TIME ERROR '40006'
WRONG PROTOCOL OR OR CONNCETION STATE FOR THE REQUEST TRANSACTION OR REQUEST.
that is my problem,, here is my code that has an error.
Private Sub Text2_Keypress(keyascii As Integer)
If keyascii = 13 Then
keyascii = 0
List1.AddItem (Text2.Text)
Winsock1.SendData Text2.Text
Combo1.SetFocus
End If
End Sub
please help me.. im making client/server schedule board. so please help me to solve my problem..