Hi
I am getting run time error 10014; Invalid argument when I do this:
Private Sub txtSend_Change()
Windsock1.SendData txtSend.Text
End Sub
I have tried appending combinations of Chr$(13) and chr$(10) but still get the same error. Protocol is UDP
Can anyone help?
Much appreciated
I am getting run time error 10014; Invalid argument when I do this:
Private Sub txtSend_Change()
Windsock1.SendData txtSend.Text
End Sub
I have tried appending combinations of Chr$(13) and chr$(10) but still get the same error. Protocol is UDP
Can anyone help?
Much appreciated