|
-
Apr 4th, 2005, 08:18 AM
#1
Thread Starter
Lively Member
Help with code
Iam trying send command to the server to respond after the conenction is made.
Private sub Send_Click()
tcpclient.connect
Sleep(1000)
txtsend.Text = "some.txt"
tcpClient.Senddata txtsend.text & Chr$(10) ---- error here
end sub
this code gives me an error in the send data command as wrong protocol or connection state for the requested transaction.
need help
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|