Hey.. I'm really new to the whole Network VB programming, but.. I have a question..
This code gives me the error::on the txtData.Text = .. line.Code:Compile Error: Argument Not Optional..
VB Code:
Private Sub cmdConnect_Click() sock.RemoteHost = txtIP.Text sock.RemotePort = txtPort.Text sock.SendData (Chr(254) + Chr(253) + Chr(0) + Chr(126) + Chr(255) + Chr(255) + Chr(255)) txtData.Text = sock.GetData() End Sub
How do I fix?
Thanks,
DF
