Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Optimize Your Packets!
#16
You pass it to the Winsock control as a byte array, but the Winsock control recieves it as a variant. This is why you can pass a string and a byte array through the same call.

From the object browser:
Quote:Sub SendData(data)
Member of MSWinsockLib.Winsock
Send data to remote computer

Remember what happens when you dont specify a data type in Visual Basic? That's right, it's a variant! 8)
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)