|
-
Nov 26th, 2000, 09:43 AM
#1
Thread Starter
New Member
Hi,
Anyone know how to test to see whether data is being sent through a winsock control?
For example:
Private Sub cmdSendData_Click()
Winsock1.SendData "Hello, please help me"
End Sub
Private Sub cmdSendMoreData_Click()
If Winsock1 <> Sending Data Then
Winsock1.SendData "Ok"
Else
MsgBox "Data is currently being sent."
End If
End Sub
Anyone know how to do the 'If Winsock1 <> Sending Data Then' bit?
Thanks a lot
/Nick
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
|